We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1641f5c commit e4b6b32Copy full SHA for e4b6b32
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- '**'
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
tests:
16
name: ${{ matrix.os }} / ${{ matrix.python-version }}
.github/workflows/code-quality.yml
check-formatting:
name: Check code/doc formatting
0 commit comments