Skip to content

Commit

Permalink
tighten up hlint workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 10, 2024
1 parent 0f4c245 commit 7ca04fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: HLint
on:
- push
- push:
paths:
- '**.hs'
branches:
- main
- pull_request
paths:
- '**.hs'
branches:
- main
jobs:
hlint:
name: HLint
Expand Down

0 comments on commit 7ca04fb

Please sign in to comment.