Skip to content

Commit d25a2cd

Browse files
authored
Create reuse.yml
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent f74bb6c commit d25a2cd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/reuse.yml

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

Comments
 (0)