File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments