Skip to content

Commit c0633ce

Browse files
committed
docs(README.md): fix actions badge link
1 parent e6d3ac3 commit c0633ce

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Cookiecutter Python Project
22

3-
[![Actions Status](https://github.com/m0wer/cookiecutter-python-project/workflows/tests/badge.svg)](https://github.com/m0wer/cookiecutter-python-project/actions)
4-
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
3+
[![Tests](
4+
https://github.com/m0wer/cookiecutter-python-project/actions/workflows/tests.yml/badge.svg
5+
)](
6+
https://github.com/m0wer/cookiecutter-python-project/actions/workflows/tests.yml
7+
)
8+
[![pre-commit](
9+
https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
10+
)](https://github.com/pre-commit/pre-commit)
511

612
[Cookiecutter](https://github.com/cookiecutter/cookiecutter) template
713
to generate Python projects.

0 commit comments

Comments
 (0)