ci: need to install all deps for linting

This commit is contained in:
Gergő Jedlicska
2022-04-04 22:41:44 +02:00
parent 84dab5634d
commit 5cb1a26de0
+1
View File
@@ -105,6 +105,7 @@ jobs:
steps:
- checkout
- run: npm ci
- run: npx lerna bootstrap
- run: pip install pre-commit
- run: pre-commit run --all-files