Skip to content

Commit 7b55853

Browse files
committed
README: fix CI link
1 parent 9e5d334 commit 7b55853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alex: A Lexical Analyser Generator
22

3-
[![Haskell-CI](https://github.com/haskell/alex/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/haskell/alex/actions/workflows/haskell-ci.yml)
3+
[![CI](https://github.com/haskell/alex/actions/workflows/ci.yml/badge.svg)](https://github.com/haskell/alex/actions/workflows/ci.yml)
44

55
Alex is a tool for generating lexical analysers, also known as "lexers" and "scanners", in Haskell.
66
The lexical analysers implement a description of the tokens to be recognised in the form of regular expressions.

0 commit comments

Comments
 (0)