Add linter step
This commit is contained in:
parent
936b4a6231
commit
17be90fc7b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue