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:
parent
8b1a24f825
commit
9c28f2a8fd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue