mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-05-03 20:54:24 +02:00
feat: check for trailing spaces in CI
This commit is contained in:
parent
83eca43460
commit
13360a21f0
2 changed files with 13 additions and 0 deletions
|
@ -6,6 +6,10 @@ test-links:
|
|||
script:
|
||||
- python3 ./test_links.py
|
||||
|
||||
test-trailing-spaces:
|
||||
script:
|
||||
- ./test_trailing_spaces.sh
|
||||
|
||||
test-build:
|
||||
image: registry.gitlab.com/pages/hugo/hugo_extended
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue