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 e7006e4 commit ab94a38Copy full SHA for ab94a38
.github/workflows/99-reuse-compliance-check.yml
@@ -0,0 +1,17 @@
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
+jobs:
10
+ reuse-compliance-check:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout
14
+ uses: actions/checkout@v4
15
16
+ - name: REUSE Compliance Check
17
+ uses: fsfe/reuse-action@v5
0 commit comments