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