Skip to content

Commit e687e17

Browse files
committed
👷 github: workflows: Add REUSE Compliance Check
Maybe we can avoid issues like #16 with this in the future? Link: https://github.com/marketplace/actions/reuse-compliance-check
1 parent edc8a11 commit e687e17

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/reuse.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
2+
# SPDX-License-Identifier: CC0-1.0
3+
---
4+
name: REUSE Compliance Check
5+
6+
on: [push, pull_request]
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
reuse-compliance-check:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
- name: REUSE Compliance Check
18+
uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)