Skip to content

Commit

Permalink
Add REUSE check
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Apr 28, 2024
1 parent b852e18 commit dc870da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -253,4 +261,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-package
path: ${{ steps.strings.outputs.build-output-dir }}/bin
path: ${{ steps.strings.outputs.build-output-dir }}/bin
4 changes: 2 additions & 2 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Upstream-Name: Astra
Upstream-Contact: Joshua Goins <[email protected]>
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 <[email protected]>
License: CC0-1.0

Files: zone.xiv.astra.svg
Files: zone.xiv.astra.svg resources/*
Copyright: Joshua Goins <[email protected]>
License: CC-BY-SA-4.0

Expand Down

0 comments on commit dc870da

Please sign in to comment.