Skip to content

chore: fix typo (#7) #17

chore: fix typo (#7)

chore: fix typo (#7) #17

Workflow file for this run

name: HLint
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
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: suggestion