mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-26 13:47:46 +00:00
Add REUSE compliance check
This commit is contained in:
parent
0295b3950f
commit
7e5387a6ea
2 changed files with 9 additions and 2 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -11,6 +11,13 @@ env:
|
|||
MAKEFLAGS: '-j 2'
|
||||
|
||||
jobs:
|
||||
reuse:
|
||||
runs-on: ubumntu-latest
|
||||
|
||||
steps:
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@v3
|
||||
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@ Upstream-Name: Novus
|
|||
Upstream-Contact: Joshua Goins <josh@redstrate.com>
|
||||
Source: https://git.sr.ht/~redstrate/novus
|
||||
|
||||
Files: .gitmodules scripts/* README.md BUILDING.md CONTRIBUTING.md argcracker/README.md armoury/README.md karuku/README.md sagasu/README.md mdlviewer/README.md renderer/README.md launcher/README.md .clang-format .build.yml misc/* renderer/shaders/*.spv mapeditor/README.md
|
||||
Files: .gitmodules scripts/* README.md BUILDING.md CONTRIBUTING.md argcracker/README.md armoury/README.md karuku/README.md sagasu/README.md mdlviewer/README.md renderer/README.md launcher/README.md .clang-format .build.yml misc/* renderer/shaders/*.spv mapeditor/README.md .github/* mateditor/README.md
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: CC0-1.0
|
||||
|
||||
Files: armoury/zone.xiv.armoury.svg karuku/zone.xiv.karaku.svg launcher/zone.xiv.novus.svg mapeditor/zone.xiv.mapeditor.svg mdlviewer/zone.xiv.mdlviewer.svg sagasu/zone.xiv.sagasu.svg
|
||||
Files: armoury/zone.xiv.armoury.svg karuku/zone.xiv.karaku.svg launcher/zone.xiv.novus.svg mapeditor/zone.xiv.mapeditor.svg mdlviewer/zone.xiv.mdlviewer.svg sagasu/zone.xiv.sagasu.svg resources/*
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
License: CC-BY-SA-4.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue