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 1ae19b5 commit a15292eCopy full SHA for a15292e
.github/workflows/reuse.yml
@@ -1,11 +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
-on: [push, pull_request,workflow_dispatch]
7
+on: [push, pull_request, workflow_dispatch]
8
9
+permissions:
10
+ contents: read
11
12
jobs:
- test:
13
+ Reuse-Compliance-Check:
14
runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
15
+ steps:
16
+ - name: Checkout
17
+ uses: actions/checkout@v4
18
19
- name: REUSE Compliance Check
- uses: fsfe/reuse-action@v1
20
+ uses: fsfe/reuse-action@694eabb15673ec601ea19d4cd949969141372512 # v5.0.0
0 commit comments