Skip to content

Commit 2b3292c

Browse files
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
1 parent cb0b940 commit 2b3292c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎.github/workflows/reuse.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)