Skip to content

Commit a8a82e3

Browse files
committed
Add reuse workflow
Ensure licences and copyright information is present for all files. Signed-off-by: Winford <[email protected]>
1 parent 8477d44 commit a8a82e3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/reuse-lint.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/main' && github.ref || github.run_id }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
test:
15+
runs-on: ubuntu-24.04
16+
steps:
17+
- uses: actions/checkout@v4
18+
- name: REUSE Compliance Check
19+
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542

0 commit comments

Comments
 (0)