From dc870dafc17e936ce597804c0429deeed8c61a4e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 28 Apr 2024 08:08:01 -0400 Subject: [PATCH] Add REUSE check --- .github/workflows/main.yml | 10 +++++++++- .reuse/dep5 | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d1a4be..7e85790 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,14 @@ env: MAKEFLAGS: '-j 2' jobs: + reuse: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v3 + build: runs-on: ${{ matrix.os }} @@ -253,4 +261,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-package - path: ${{ steps.strings.outputs.build-output-dir }}/bin \ No newline at end of file + path: ${{ steps.strings.outputs.build-output-dir }}/bin diff --git a/.reuse/dep5 b/.reuse/dep5 index b571fc3..d3a0398 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,11 +3,11 @@ Upstream-Name: Astra Upstream-Contact: Joshua Goins Source: https://git.sr.ht/~redstrate/astra -Files: .gitmodules README.md BUILDING.md FLATPAK.md CONTRIBUTING.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop misc/* scripts/* +Files: .gitmodules README.md BUILDING.md FLATPAK.md CONTRIBUTING.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop misc/* scripts/* .github/* Copyright: Joshua Goins License: CC0-1.0 -Files: zone.xiv.astra.svg +Files: zone.xiv.astra.svg resources/* Copyright: Joshua Goins License: CC-BY-SA-4.0