Skip to content

Print Linter not found message in red #89

Print Linter not found message in red

Print Linter not found message in red #89

Workflow file for this run

name: CI
on: [push, workflow_dispatch]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Install Stack'
uses: haskell-actions/setup@v2
with:
enable-stack: true
- name: 'Install HLint'
uses: haskell-actions/hlint-setup@v2
- name: 'Run HLint'

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- run: hlint --ignore-glob '*/test/*.hs' .
- name: 'Check Formatting'
uses: haskell-actions/run-ormolu@v16
with:
pattern: '*/src/*.hs'
mode: check
- name: 'Test and Lint'
run: .github/run.sh --no-lint