We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdef2f commit f6233f6Copy full SHA for f6233f6
1 file changed
.github/workflows/reuse.yml
@@ -0,0 +1,22 @@
1
+# SPDX-FileCopyrightText: 2025 Sébastien Helleu <flashcode@flashtux.org>
2
+#
3
+# SPDX-License-Identifier: GPL-3.0-or-later
4
+
5
+name: REUSE Compliance Check
6
7
+on:
8
+ - push
9
+ - pull_request
10
11
+jobs:
12
13
+ test:
14
15
+ runs-on: ubuntu-24.04
16
17
+ steps:
18
19
+ - uses: actions/checkout@v4
20
21
+ - name: REUSE Compliance Check
22
+ uses: fsfe/reuse-action@v4
0 commit comments