Vint the syntax file too

This commit is contained in:
Ben Jackson 2020-07-22 14:59:54 +01:00
commit d7eff46e0b

View file

@ -28,7 +28,7 @@ stages:
- bash: pip3 install -r dev_requirements.txt
displayName: "Install requirements"
- bash: $HOME/.local/bin/vint autoload/ compiler/ plugin/ tests/
- bash: $HOME/.local/bin/vint autoload/ compiler/ plugin/ tests/ syntax/
displayName: "Run vint"
- job: 'linux'