We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7604c commit 06b5331Copy full SHA for 06b5331
1 file changed
.github/workflows/reuse-compliance.yml
@@ -0,0 +1,19 @@
1
+name: REUSE
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
8
9
+# No permissions are required for this workflow
10
+permissions: {}
11
12
+jobs:
13
+ compliance-check:
14
+ name: Compliance Check
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: actions/checkout@v6
18
+ - name: Execute REUSE Compliance Check
19
+ uses: fsfe/reuse-action@v6
0 commit comments