Rename workflow

This commit is contained in:
Sam Tay 2024-05-06 11:29:20 -04:00
parent 9fd35f7691
commit 3fd342c69f
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
# tetris [![Build Status](https://github.com/samtay/tetris/actions/workflows/ci.yml/badge.svg)](https://github.com/samtay/tetris/actions/workflows/ci.yml)
# tetris [![Build Status](https://github.com/samtay/tetris/actions/workflows/ci.yaml/badge.svg)](https://github.com/samtay/tetris/actions/workflows/ci.yaml)
A terminal interface for Tetris