We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15ea495 + aa8a524 commit 16e6af2Copy full SHA for 16e6af2
1 file changed
.github/workflows/haskell.yml
@@ -1,6 +1,6 @@
1
name: github-action
2
3
-on: [push, pull_request]
+on: [push, pull_request]
4
5
jobs:
6
build:
@@ -19,7 +19,7 @@ jobs:
19
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
20
steps:
21
- uses: actions/checkout@v2
22
- - uses: actions/setup-haskell@v1
+ - uses: haskell/actions/setup@v1
23
with:
24
ghc-version: ${{ matrix.ghc }}
25
- name: Cache
0 commit comments