Skip to content

Commit

Permalink
fix name of hlint job in mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 10, 2024
1 parent b7ad21c commit a44ca40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- pull_request
jobs:
hlint:
name: HLint
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ queue_rules:
- check-success=Normalize cabal
- -files~=\.cabal$
- or:
- check-success=Run HLint
- check-success=HLint
- -files~=\.hs$
- check-success=Haskell-CI - Linux - ghc-9.8.2
- check-success=Haskell-CI - Linux - ghc-9.6.5
Expand Down Expand Up @@ -54,7 +54,7 @@ pull_request_rules:
- check-success=Normalize cabal
- -files~=\.cabal$
- or:
- check-success=Run HLint
- check-success=HLint
- -files~=\.hs$
- check-success=Haskell-CI - Linux - ghc-9.8.2
- check-success=Haskell-CI - Linux - ghc-9.6.5
Expand Down

0 comments on commit a44ca40

Please sign in to comment.