Add linter step

This commit is contained in:
Ramon Wenger 2024-03-28 12:26:09 +01:00
parent 936b4a6231
commit 17be90fc7b
1 changed files with 1 additions and 0 deletions

View File

@ -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: