Skip to content

Commit

Permalink
Fix broken cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
thehedhly committed Jan 20, 2024
1 parent e34594d commit 1abccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
yamllint_comment: false
- name: 'Hadolint'
run: |
"docker run --rm -i -v $(pwd)/.hadolint.yml:/.config/hadolint.yaml hadolint/hadolint < Dockerfile"
docker run --rm -i -v $(pwd)/.hadolint.yml:/.config/hadolint.yaml hadolint/hadolint < Dockerfile

0 comments on commit 1abccdd

Please sign in to comment.