diff options
| author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2026-02-01 13:56:14 +0100 |
|---|---|---|
| committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2026-02-01 17:02:50 +0100 |
| commit | e901c93362dd7c901a49e75ceb3bcaf8b8760caa (patch) | |
| tree | 83a133a1a944073f878e0acf46bd961cb7f6f704 /.github | |
| parent | 531449ba1c930c98e0bcf5d332b237a8566f9d78 (diff) | |
| download | Project-Tick-e901c93362dd7c901a49e75ceb3bcaf8b8760caa.tar.gz Project-Tick-e901c93362dd7c901a49e75ceb3bcaf8b8760caa.zip | |
chore: comply with reuse
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint-reuse.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/lint-reuse.yml b/.github/workflows/lint-reuse.yml new file mode 100644 index 0000000000..942ffd1e15 --- /dev/null +++ b/.github/workflows/lint-reuse.yml @@ -0,0 +1,15 @@ +# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org> +# +# SPDX-License-Identifier: CC0-1.0 + +name: REUSE Compliance Check + +on: [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v6 |
