Rename workflow
This commit is contained in:
parent
9fd35f7691
commit
3fd342c69f
2 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
on: [push]
|
||||
name: build
|
||||
jobs:
|
||||
runhaskell:
|
||||
name: Hello World
|
||||
runs-on: ubuntu-latest # or macOS-latest, or windows-latest
|
||||
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
|
|
@ -1,4 +1,4 @@
|
|||
# tetris [](https://github.com/samtay/tetris/actions/workflows/ci.yml)
|
||||
# tetris [](https://github.com/samtay/tetris/actions/workflows/ci.yaml)
|
||||
|
||||
A terminal interface for Tetris
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue