We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6286d0f commit fc94ec8Copy full SHA for fc94ec8
3 files changed
.github/workflows/check-commits.yml
@@ -10,6 +10,9 @@ on:
10
branches:
11
- "main"
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
check-commit-messages:
18
runs-on: ubuntu-latest
.github/workflows/python-linter.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: ["main"]
8
9
lint:
.github/workflows/tests.yml
mock-tests:
0 commit comments