Skip to content

Commit

Permalink
Update and rename hlint.yml to hlint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieBosio authored Dec 13, 2023
1 parent 84d8acf commit b4e18a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hlint.yml → .github/workflows/hlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: hlint
on:
push:
Expand All @@ -21,4 +22,4 @@ jobs:
uses: haskell/actions/hlint-run@v2
with:
path: src/
fail-on: suggestion # <- warning ?
fail-on: suggestion

0 comments on commit b4e18a9

Please sign in to comment.