From d7eff46e0b902ff32839efd14121d01a5be1b8a3 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Wed, 22 Jul 2020 14:59:54 +0100 Subject: [PATCH] Vint the syntax file too --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d5e36a2..24932f2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'