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