Add REUSE lint to CI
This commit is contained in:
parent
e9daaf7461
commit
a4b64e37c6
1 changed files with 9 additions and 0 deletions
9
.build.yml
Normal file
9
.build.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- reuse
|
||||
sources:
|
||||
- https://git.sr.ht/~redstrate/redai
|
||||
tasks:
|
||||
- reuse: |
|
||||
cd redai
|
||||
reuse lint
|
Loading…
Add table
Reference in a new issue