mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-08 15:07:45 +00:00
Add REUSE check
This commit is contained in:
parent
b852e1894f
commit
dc870dafc1
2 changed files with 11 additions and 3 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -11,6 +11,14 @@ env:
|
||||||
MAKEFLAGS: '-j 2'
|
MAKEFLAGS: '-j 2'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
reuse:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: REUSE Compliance Check
|
||||||
|
uses: fsfe/reuse-action@v3
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
@ -253,4 +261,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ runner.os }}-package
|
name: ${{ runner.os }}-package
|
||||||
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
||||||
|
|
|
@ -3,11 +3,11 @@ Upstream-Name: Astra
|
||||||
Upstream-Contact: Joshua Goins <josh@redstrate.com>
|
Upstream-Contact: Joshua Goins <josh@redstrate.com>
|
||||||
Source: https://git.sr.ht/~redstrate/astra
|
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 <josh@redstrate.com>
|
Copyright: Joshua Goins <josh@redstrate.com>
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
|
|
||||||
Files: zone.xiv.astra.svg
|
Files: zone.xiv.astra.svg resources/*
|
||||||
Copyright: Joshua Goins <josh@redstrate.com>
|
Copyright: Joshua Goins <josh@redstrate.com>
|
||||||
License: CC-BY-SA-4.0
|
License: CC-BY-SA-4.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue