Skip to content

Increase Script speed on errors (#17) #42

Increase Script speed on errors (#17)

Increase Script speed on errors (#17) #42

Workflow file for this run

---
name: Haskell Linter
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run:
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: '["flex-task/src/", "flex-task-processing/src", "flex-task/test/", "flex-task-processing/test"]'
fail-on: suggestion