From 3fd342c69f8a8f305dad12ed150d92f27de60ea5 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Mon, 6 May 2024 11:29:20 -0400 Subject: [PATCH] Rename workflow --- .github/workflows/{ci.yml => ci.yaml} | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{ci.yml => ci.yaml} (50%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yaml similarity index 50% rename from .github/workflows/ci.yml rename to .github/workflows/ci.yaml index 546b7e8..22fc1f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/README.md b/README.md index c7035c4..04f439b 100644 --- a/README.md +++ b/README.md @@ -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