Skip to content

Allow building with hashable-1.5.* #4

Allow building with hashable-1.5.*

Allow building with hashable-1.5.* #4

Workflow file for this run

name: HLint
on:
- push
- pull_request
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.6.1'
- name: 'Run HLint (lens)'
uses: haskell-actions/hlint-run@v2
with:
path: src/
fail-on: suggestion