We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecad905 commit 96095e5Copy full SHA for 96095e5
.github/workflows/reuse.yml
@@ -0,0 +1,11 @@
1
+name: REUSE Compliance Check
2
+
3
+on: pull_request
4
5
+jobs:
6
+ test:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - name: REUSE Compliance Check
11
+ uses: fsfe/reuse-action@v2
0 commit comments