1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 04:37:46 +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
- unshield
- gamemode
- reuse
sources:
- https://git.sr.ht/~redstrate/astra
tasks:
- reuse: |
cd astra
reuse lint
- configure: |
cd astra
cmake -S . -B build