Skip to content

Commit 8474035

Browse files
fix ci
1 parent e9630ad commit 8474035

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Check formatting with black
4040
run: |
41-
black --check src/ tests/ scripts/ /examples
41+
black --check src/ tests/ scripts/ examples/
4242
4343
- name: Check import sorting with isort
4444
run: |
@@ -47,6 +47,7 @@ jobs:
4747
test:
4848
runs-on: ${{ matrix.os }}
4949
permissions:
50+
contents: read
5051
packages: read
5152
strategy:
5253
fail-fast: false

0 commit comments

Comments
 (0)