Skip to content

Commit

Permalink
Use newer GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed May 3, 2024
1 parent c68bcfc commit ec02164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
on: [push]
name: build
jobs:
runhaskell:
name: Hello World
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
enable-stack: true
- run: stack build

0 comments on commit ec02164

Please sign in to comment.