Skip to content

Commit

Permalink
Fix GithubActions Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Oct 29, 2023
1 parent 2f77570 commit 8fbe1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

| Language | Github Actions | Coveralls |
|:--------:|:--------------:|:---------:|
| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://github.com/haskell/random/workflows/random-CI/badge.svg)](https://github.com/haskell/random/actions) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=master)](https://coveralls.io/github/haskell/random?branch=master)
| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://github.com/haskell/random/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/haskell/random/actions/workflows/ci.yaml) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=master)](https://coveralls.io/github/haskell/random?branch=master)

| Github Repo | Hackage | Nightly | LTS |
|:-------------------|:-------:|:-------:|:---:|
Expand Down

0 comments on commit 8fbe1d6

Please sign in to comment.