We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941d039 commit 2e9ea75Copy full SHA for 2e9ea75
1 file changed
.github/workflows/test.yaml
@@ -1,5 +1,8 @@
1
name: Python Tests
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
push:
8
branches:
@@ -10,10 +13,7 @@ on:
10
13
jobs:
11
14
unit:
12
15
runs-on: ${{ matrix.os }}
- permissions:
- contents: read
- checks: write
16
- pull-requests: write
17
strategy:
18
fail-fast: false
19
matrix:
@@ -60,8 +60,6 @@ jobs:
60
61
ruff:
62
runs-on: ubuntu-latest
63
64
65
steps:
66
- uses: actions/checkout@v4
67
- name: Install poetry
@@ -80,8 +78,6 @@ jobs:
80
78
81
79
mypy:
82
83
84
85
86
87
0 commit comments