Skip to content

fixup! WIP Fix documentation to refer to new package #13

fixup! WIP Fix documentation to refer to new package

fixup! WIP Fix documentation to refer to new package #13

Workflow file for this run

name: HLint
on: push
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2
with:
version: '3.8'
- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: .
fail-on: warning