Skip to content

Commit c156123

Browse files
committed
Fix the CI badge
1 parent 4398167 commit c156123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Hackage](https://img.shields.io/hackage/v/hspec-megaparsec.svg?style=flat)](https://hackage.haskell.org/package/hspec-megaparsec)
55
[![Stackage Nightly](http://stackage.org/package/hspec-megaparsec/badge/nightly)](http://stackage.org/nightly/package/hspec-megaparsec)
66
[![Stackage LTS](http://stackage.org/package/hspec-megaparsec/badge/lts)](http://stackage.org/lts/package/hspec-megaparsec)
7-
![CI](https://github.com/mrkkrp/hspec-megaparsec/workflows/CI/badge.svg?branch=master)
7+
[![CI](https://github.com/mrkkrp/hspec-megaparsec/actions/workflows/ci.yaml/badge.svg)](https://github.com/mrkkrp/hspec-megaparsec/actions/workflows/ci.yaml)
88

99
The package is the recommended library for testing
1010
[`Megaparsec`](https://hackage.haskell.org/package/megaparsec) parsers with

0 commit comments

Comments
 (0)