1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 12:47:44 +00:00

Add reuse lint check to the CI

This commit is contained in:
Joshua Goins 2023-08-05 22:15:39 -04:00
parent 8b1a24f825
commit 9c28f2a8fd

View file

@ -12,9 +12,13 @@ packages:
- rust - rust
- unshield - unshield
- gamemode - gamemode
- reuse
sources: sources:
- https://git.sr.ht/~redstrate/astra - https://git.sr.ht/~redstrate/astra
tasks: tasks:
- reuse: |
cd astra
reuse lint
- configure: | - configure: |
cd astra cd astra
cmake -S . -B build cmake -S . -B build