Skip to content

Feature/text 2.2

Feature/text 2.2 #342

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Set up HLint"
uses: haskell-actions/hlint-setup@v2
with:
version: '3.5'
- name: "Run HLint"
uses: haskell-actions/hlint-run@v2
with:
path: '["hoauth2/src/", "hoauth2-tutorial/src", "hoauth2-providers/src", "hoauth2-providers-tutorial/src"]'
fail-on: warning