Skip to content

Separate syntax and semantics feedback #26

Separate syntax and semantics feedback

Separate syntax and semantics feedback #26

Workflow file for this run

---
name: Haskell Linter
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
permissions: read-all
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- 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: '["src/", "raw/src/", "raw/embedded/src/"]'
fail-on: suggestion