We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab8201 commit 965f0bfCopy full SHA for 965f0bf
.github/workflows/main.yml
@@ -1,6 +1,9 @@
1
name: Sample CI
2
on: [ push, pull_request ]
3
4
+permissions:
5
+ contents: read
6
+
7
jobs:
8
test-functions:
9
strategy:
.github/workflows/pylint.yml
@@ -8,6 +8,9 @@ on:
paths:
- '**.py'
10
11
12
13
14
15
analyze:
16
runs-on: ubuntu-latest
0 commit comments