Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

added hlint

added hlint #2

Workflow file for this run

name: lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
ormolu:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: 'ormulu'
uses: haskell-actions/run-ormolu@v14
with:
mode: check
pattern: |
src/**/*.hs
examples/**/*.hs
tests/**/*.hs
benchmarks/**/*.hs
app/**/*.hs
version: 0.5.2.0
- name: 'Set up HLint'
uses: rwe/actions-hlint-setup@v1
with:
version: '3.6.1'
- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2
with:
path: .
fail-on: warning