Skip to content

Commit 3757ac9

Browse files
authored
Merge pull request #5809 from cabalism/link/badges-to-actions
Link to unit tests and integration tests.
2 parents 9e21fb6 + 7839c79 commit 3757ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## The Haskell Tool Stack
22

3-
![Unit tests](https://github.com/commercialhaskell/stack/workflows/Unit%20tests/badge.svg)
4-
![Integration tests](https://github.com/commercialhaskell/stack/workflows/Integration%20tests/badge.svg)
3+
[![Unit tests](https://github.com/commercialhaskell/stack/workflows/Unit%20tests/badge.svg)](https://github.com/commercialhaskell/stack/actions/workflows/unit-tests.yml)
4+
[![Integration tests](https://github.com/commercialhaskell/stack/workflows/Integration%20tests/badge.svg)](https://github.com/commercialhaskell/stack/actions/workflows/integration-tests.yml)
55
[![Release](https://img.shields.io/github/release/commercialhaskell/stack.svg)](https://github.com/commercialhaskell/stack/releases)
66

77
Stack is a cross-platform program for developing Haskell projects. It is intended for Haskellers both new and experienced.

0 commit comments

Comments
 (0)