Skip to content

Bump GHC 9.4 to minor version 9.4.6 #119

Bump GHC 9.4 to minor version 9.4.6

Bump GHC 9.4 to minor version 9.4.6 #119

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@v2
- uses: hadolint/[email protected]
with:
recursive: true