Skip to content

Commit

Permalink
Replace unmaintained rwe hlint action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoppmann committed Oct 5, 2023
1 parent 3da8c93 commit 200c1a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: "Set up HLint"
uses: rwe/actions-hlint-setup@9f5da5e7cd43663fb7b2e2154a087c17f0471ed1
with:
version: "3.5"
uses: haskell-actions/hlint-setup@479607c42f1ab77f0a58ad02f981f5ebd7928415

- name: "Run HLint"
uses: rwe/actions-hlint-run@c178fa6263930e604e377a21ef54403306bdc1c7
uses: haskell-actions/hlint-run@9abc70d8a40b111d76e44eb4ed4b45c76d723b3d
with:
path: '["app/", "src/", "test/"]'
fail-on: warning
Expand Down

0 comments on commit 200c1a3

Please sign in to comment.