Skip to content

Commit

Permalink
Update hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 12, 2024
1 parent aa17a2d commit a29d49d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
matrix:
image: [assembly, bash, c, compilers, csharp, docker, haskell, html, java, java21, nodejs, postgres, prolog, python, r, scheme, sqlite, tested]
runs-on: ubuntu-latest
container:
image: hadolint/hadolint:latest
steps:
- uses: actions/checkout@v4
- uses: brpaz/hadolint-action@master
with:
dockerfile: dodona-${{ matrix.image }}.dockerfile
ignore: DL3008
- run: hadolint --ignore DL3008 dodona-${{ matrix.image }}.dockerfile

0 comments on commit a29d49d

Please sign in to comment.