Fix hadolint in github actions

This commit is contained in:
ViViDboarder 2022-01-20 12:44:31 -08:00
parent 71aa764522
commit 13760d7e6f
1 changed files with 7 additions and 0 deletions

View File

@ -20,9 +20,16 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/setup-python@v2
- name: Run pre-commit hooks
uses: pre-commit/action@v2.0.3
env:
SKIP: hadolint
- name: Run hadolint
uses: hadolint/hadolint-action@v1.6.0