Skip to content

update config file path #695

update config file path

update config file path #695

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: ${{ matrix.image }}
strategy:
fail-fast: false
matrix:
image: [assembly, bash, c, compilers, csharp, docker, haskell, html, java, java21, nodejs, postgres, prolog, python, r, scheme, sqlite, tested]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: dodona-${{ matrix.image }}.dockerfile
error_level: 2
config_file: ./hadolint.yaml