From 17be90fc7bd038f467eaa96a2f893803b1cf3b69 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 28 Mar 2024 12:26:09 +0100 Subject: [PATCH] Add linter step --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 7e4c73af..37d9523a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -25,6 +25,7 @@ definitions: script: - npm install --prefix client - npm run lint --prefix client + - npx run codegen # this will exit with an error code if errors are found, we can ignore the generated files - &unittest-python name: run python unit tests caches: