Don't lint in CI
Build and Deploy / build-and-deploy (push) Successful in 4m5s

This commit is contained in:
2026-05-19 23:05:58 -04:00
parent f9ee6240c3
commit 924aff38ec
-3
View File
@@ -32,9 +32,6 @@ jobs:
- name: Check formatting
run: fourmolu --mode check app/ src/ test/
- name: Lint
run: stack exec -- hlint app/ src/ test/
- name: Build
run: stack build --copy-bins --local-bin-path ./dist