Skip to content

Check if linting can also fail #692

Check if linting can also fail

Check if linting can also fail #692

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