From 59cbf867244509c9163f178e2c390211c8113cd1 Mon Sep 17 00:00:00 2001 From: Forketyfork Date: Wed, 3 Sep 2025 13:02:43 +0200 Subject: [PATCH] Renamed to build.yml for unification --- .github/workflows/{test.yml => build.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{test.yml => build.yml} (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/build.yml diff --git a/README.md b/README.md index a55c001..82f8527 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 99 Haskell Problems -[![Build status](https://github.com/forketyfork/99-haskell-problems/actions/workflows/test.yml/badge.svg)](https://github.com/forketyfork/99-haskell-problems/actions/workflows/test.yml) +[![Build status](https://github.com/forketyfork/99-haskell-problems/actions/workflows/build.yml/badge.svg)](https://github.com/forketyfork/99-haskell-problems/actions/workflows/build.yml) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Haskell](https://img.shields.io/badge/language-Haskell-purple.svg)](https://www.haskell.org/)