Skip to content

feat: Add GHC 9.12.1 #186

feat: Add GHC 9.12.1

feat: Add GHC 9.12.1 #186

Workflow file for this run

name: Hadolint
on:
pull_request:
branches:
- master
paths:
- '**/Dockerfile'
- '.github/workflows/lint.yml'
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
recursive: true