Skip to content

Commit

Permalink
Use hadolint/[email protected] (recursive)
Browse files Browse the repository at this point in the history
hadolint/hadolint-action#34
was merged and released, so we can make use of this
rather than the custom version.
  • Loading branch information
addshore committed Feb 18, 2022
1 parent 9235088 commit 07db525
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# TODO: Replace with the official hadolint/hadolint-action once change is upstreamed
- uses: itamargiv/[email protected]
- uses: hadolint/[email protected]
with:
recursive: true

Expand Down

0 comments on commit 07db525

Please sign in to comment.