Merge pull request #393 from cloudskiff/fix/ciDeps

Add missing 'make deps' steps in CI
main
Elie 2021-03-30 17:47:40 +02:00 committed by GitHub
commit 6f39d5c99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
exit 1
fi
- run: make install-tools
- run: make deps
- run: make lint
test:
docker: