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 c8439f1 commit 7ff1204Copy full SHA for 7ff1204
.github/workflows/reuse.yml
@@ -0,0 +1,20 @@
1
+# This workflow is provided via the organization template repository
2
+#
3
+# https://github.com/nextcloud/.github
4
+# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5
+
6
+# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
7
8
+# SPDX-License-Identifier: CC0-1.0
9
10
+name: REUSE Compliance Check
11
12
+on: pull_request
13
14
+jobs:
15
+ reuse-compliance-check:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
19
+ - name: REUSE Compliance Check
20
+ uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0
0 commit comments