Skip to content

Commit 263fb88

Browse files
author
Yuki Kobayashi
authored
README: Fix the tests badge link
Update the link to the test ci status, according to the changes made in commit 1c3bbb2.
1 parent a942f5c commit 263fb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repetition and cosmetic problems such as lines length, trailing spaces,
88
indentation, etc.
99

1010
.. image::
11-
https://github.com/adrienverge/yamllint/actions/workflows/ci.yaml/badge.svg?branch=master
12-
:target: https://github.com/adrienverge/yamllint/actions/workflows/ci.yaml?query=branch%3Amaster
11+
https://github.com/adrienverge/yamllint/actions/workflows/tests.yaml/badge.svg?branch=master
12+
:target: https://github.com/adrienverge/yamllint/actions/workflows/tests.yaml?query=branch%3Amaster
1313
:alt: CI tests status
1414
.. image::
1515
https://coveralls.io/repos/github/adrienverge/yamllint/badge.svg?branch=master

0 commit comments

Comments
 (0)