We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74bb6c commit d25a2cdCopy full SHA for d25a2cd
.github/workflows/reuse.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: # set top-level default permissions as security good practice
10
+ contents: read
11
12
+jobs:
13
+ test:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
+ with:
18
+ persist-credentials: false
19
+ - name: REUSE Compliance Check
20
+ uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542
0 commit comments