Skip to content

Add config option to prevent transitions where start and target are equal #47

Add config option to prevent transitions where start and target are equal

Add config option to prevent transitions where start and target are equal #47

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@v2
- name: 'Set up HLint'
uses: haskell/actions/hlint-setup@v2
with:
version: '3.5'
- name: 'Run HLint'
uses: haskell/actions/hlint-run@v2
with:
path: '["src/", "test/", "app/"]'
fail-on: suggestion