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

Logbook: Add entry #103

Logbook: Add entry

Logbook: Add entry #103

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.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