Skip to content

Commit ec02164

Browse files
committed
Use newer GH action
1 parent c68bcfc commit ec02164

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
on: [push]
22
name: build
33
jobs:
4-
runhaskell:
5-
name: Hello World
4+
build:
5+
name: Build
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- uses: haskell/actions/setup@v2
9+
- uses: haskell-actions/setup@v2
1010
with:
1111
enable-stack: true
1212
- run: stack build

0 commit comments

Comments
 (0)