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
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@ Upstream-Name: Astra
|
|||
Upstream-Contact: Joshua Goins <josh@redstrate.com>
|
||||
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>
|
||||
License: CC0-1.0
|
||||
|
||||
Files: zone.xiv.astra.svg
|
||||
Files: zone.xiv.astra.svg resources/*
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: CC-BY-SA-4.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue