Skip to content
Snippets Groups Projects

Add validation of lorry files

Merged Ben Hutchings requested to merge bwh/validate into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 9
0
image: debian:buster
before_script:
- apt-get update -y
- apt-get install -y python3 python3-yaml
run-validate:
script:
- scripts/validate-lorries
Loading