From 7b5585326bed26265f924d4b87b5a1fe0456e4b8 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Mon, 30 Dec 2024 17:53:34 +0100 Subject: [PATCH] README: fix CI link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db04871..6cc5e5da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Alex: A Lexical Analyser Generator -[![Haskell-CI](https://github.com/haskell/alex/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/haskell/alex/actions/workflows/haskell-ci.yml) +[![CI](https://github.com/haskell/alex/actions/workflows/ci.yml/badge.svg)](https://github.com/haskell/alex/actions/workflows/ci.yml) Alex is a tool for generating lexical analysers, also known as "lexers" and "scanners", in Haskell. The lexical analysers implement a description of the tokens to be recognised in the form of regular expressions.