Skip to content

Print Linter not found message in red #39

Print Linter not found message in red

Print Linter not found message in red #39

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: 'Check Formatting'
uses: haskell-actions/run-ormolu@v16
with:
mode: check
- name: 'Test and Lint'
run: .github/run.sh