Skip to content

Commit

Permalink
ci(hadolint): update
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored May 9, 2022
1 parent 9826168 commit f5d6688
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Lint Dockerfile
uses: hadolint/[email protected]
uses: hadolint/hadolint-action@v2
id: hadolint
with:
dockerfile: Dockerfile
dockerfile: flashbots/Dockerfile

0 comments on commit f5d6688

Please sign in to comment.