Skip to content

Commit 39e0554

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

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [0.7.4] - Unreleased
1313
- Add support for OTP-28
14+
- Added missing licences files, and CI workflow to ensure reuse compliance
1415

1516
## [0.7.3] (2024.06.06)
1617

0 commit comments

Comments
 (0)