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 cb0b940 commit 2b3292cCopy full SHA for 2b3292c
‎.github/workflows/reuse.yml
@@ -0,0 +1,17 @@
1
+# synced from @nextcloud/android-config
2
+
3
+# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
4
+#
5
+# SPDX-License-Identifier: CC0-1.0
6
7
+name: REUSE Compliance Check
8
9
+on: [push, pull_request]
10
11
+jobs:
12
+ test:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
+ - name: REUSE Compliance Check
17
+ uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0
0 commit comments