mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Test htmlproofer, again
This commit is contained in:
parent
0b375b4472
commit
f25ee08b18
|
@ -17,6 +17,7 @@ pipeline:
|
|||
htmlproofer:
|
||||
image: olikami/htmlproofer:latest # fork of 18fgsa/html-proofer
|
||||
commands:
|
||||
- apk add git
|
||||
- ( git show --no-patch --format=format:%B | grep htmlproofer >/dev/null ) && htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck || true
|
||||
when:
|
||||
status: success
|
||||
|
|
Loading…
Reference in a new issue