Add REUSE lint to CI
This commit is contained in:
parent
fd488345a4
commit
e56cf78346
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@ packages:
|
||||||
- rsync
|
- rsync
|
||||||
- git
|
- git
|
||||||
- hugo
|
- hugo
|
||||||
|
- reuse
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~redstrate/redstrate.com
|
- https://git.sr.ht/~redstrate/redstrate.com
|
||||||
secrets:
|
secrets:
|
||||||
|
@ -22,6 +23,9 @@ tasks:
|
||||||
cd redstrate.com
|
cd redstrate.com
|
||||||
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||||
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/retro.redstrate.com
|
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/retro.redstrate.com
|
||||||
|
- reuse: |
|
||||||
|
cd redstrate.com
|
||||||
|
reuse lint
|
||||||
- htmltest: |
|
- htmltest: |
|
||||||
cd redstrate.com
|
cd redstrate.com
|
||||||
curl https://htmltest.wjdp.uk | bash
|
curl https://htmltest.wjdp.uk | bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue