Skip to content
Snippets Groups Projects
Unverified Commit 621e56ca authored by Yan Grange's avatar Yan Grange :wave:
Browse files

Add .gitlab-ci.yml

parent 691adf78
No related branches found
No related tags found
No related merge requests found
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
validate-pages:
stage: test
before_script:
- mkdir ~/validator
- apk add git python2 curl
script:
- >
for file in $(ls *.htm*); do
curl -H "Content-Type: text/html; charset=utf-8" --data-binary @$file https://validator.nu/?out=json
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment