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

Actions: Setup GHC's version #87

Actions: Setup GHC's version

Actions: Setup GHC's version #87

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
jobs:
run:
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.2.6)'
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