Skip to content

Commit

Permalink
Update CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed May 19, 2024
1 parent 629dfbd commit 5bc4c85
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Adapted from: https://github.com/ndmitchell/hlint/blob/master/.github/workflows/ci.yml
name: ci

on:
push:
pull_request:
Expand All @@ -24,8 +21,8 @@ jobs:

steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v3
- uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 5bc4c85

Please sign in to comment.