Skip to content

Commit

Permalink
Use the new haskell-actions CI organisation (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri authored Oct 30, 2023
1 parent b82b62f commit 72426d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Haskell
id: setup-haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: fourmolu/fourmolu-action@v8
- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.12.0.0"
pattern: |
src/**/*.hs
test/**/*.hs
Expand All @@ -23,12 +24,10 @@ jobs:
- uses: actions/checkout@v4

- name: 'Set up HLint'
uses: rwe/actions-hlint-setup@v1
with:
version: '3.5'
uses: haskell-actions/hlint-setup@v2

- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2
uses: haskell-actions/hlint-run@v2
with:
path: '["src/", "test/"]'
fail-on: warning

0 comments on commit 72426d4

Please sign in to comment.