Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 22, 2024
1 parent a16642f commit 2cc3d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: find . -name '*.sh' -exec shellcheck --color=always {} +

- name: Run hadolint
run: docker run --rm -i hadolint/hadolint -v .github/workflows/hadolint.yaml:/.config/hadolint.yaml < Dockerfile
run: docker run --rm -i -v .github/workflows/hadolint.yaml:/.config/hadolint.yaml hadolint/hadolint < Dockerfile

- name: Cleanup docker images
run: docker image prune -af

0 comments on commit 2cc3d17

Please sign in to comment.