We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389ab2d commit ae13b12Copy full SHA for ae13b12
2 files changed
.github/workflows/github-ci.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- main
10
11
+# No permissions are required for this workflow
12
+permissions: {}
13
+
14
jobs:
15
test:
16
name: General checks, tests and coverage reporting
.github/workflows/reuse-compliance.yml
compliance-check:
name: Compliance Check
0 commit comments