Skip to content

Put patterns/cases in a subcluster #279

Put patterns/cases in a subcluster

Put patterns/cases in a subcluster #279

Workflow file for this run

name: Brat CI

Check failure on line 1 in .github/workflows/hlint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/hlint.yaml

Invalid workflow file

(Line: 3, Col: 17): A sequence was not expected
on:
pull_request: []
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Setup HLint'
uses: haskell-actions/hlint-setup@v2
- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: brat/
# https://github.com/haskell-actions/hlint-run/issues/20#issuecomment-2168787894
hlint-bin: hlint --hint=brat/.hlint.yaml
fail-on: warning