Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Action: Build for GHC 9.6.1 #107

Action: Build for GHC 9.6.1

Action: Build for GHC 9.6.1 #107

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
jobs:
run:
name: Run Linter
runs-on: ubuntu-20.04
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'Build (GHC 9.4.5)'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30
- uses: actions/[email protected]
- uses: ./.github/actions/install-stack
- uses: ./.github/actions/cache
- name: 'Set up HLint'
run: stack install hlint
- name: 'Run HLint'
run: hlint src app