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 8477d44 commit a8a82e3Copy full SHA for a8a82e3
.github/workflows/reuse-lint.yaml
@@ -0,0 +1,19 @@
1
+# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
2
+#
3
+# SPDX-License-Identifier: CC0-1.0
4
+
5
+name: REUSE Compliance Check
6
7
+on: [push, pull_request]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/main' && github.ref || github.run_id }}
11
+ cancel-in-progress: true
12
13
+jobs:
14
+ test:
15
+ runs-on: ubuntu-24.04
16
+ steps:
17
+ - uses: actions/checkout@v4
18
+ - name: REUSE Compliance Check
19
+ uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542
0 commit comments