We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb774aa + bbf6608 commit 694eabbCopy full SHA for 694eabb
.github/workflows/selftest.yml
@@ -10,6 +10,9 @@ on:
10
- main
11
pull_request:
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
# Use local file to test against itself
18
test-self:
README.md
@@ -35,6 +35,9 @@ name: REUSE Compliance Check
35
36
on: [push, pull_request]
37
38
39
40
41
42
reuse-compliance-check:
43
runs-on: ubuntu-latest
0 commit comments