Skip to content

Re-introduce call to makeDeltaAst to fix #4731 #7812

Re-introduce call to makeDeltaAst to fix #4731

Re-introduce call to makeDeltaAst to fix #4731 #7812

Workflow file for this run

name: "HLint check"
on:
pull_request:
branches:
- '**'
jobs:
hlint:
name: "Hlint check run"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: haskell-actions/hlint-setup@v2
with:
version: "3.10"
- uses: haskell-actions/hlint-run@v2
with:
path: "."
fail-on: error