Remove hlint hard-coded version

This commit is contained in:
Igor Ranieri 2025-09-27 09:35:46 +02:00
parent e21f9712d5
commit 114c8cdb96

View file

@ -109,7 +109,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install hlint - name: Install hlint
run: cabal install hlint-3.8 run: cabal install hlint
- name: Run hlint - name: Run hlint
run: | run: |
if [ -d src ]; then hlint src/; fi if [ -d src ]; then hlint src/; fi