Skip to content

Commit 207b9aa

Browse files
committed
fix CI badge and link in readme
1 parent ac7fd16 commit 207b9aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
actionlint
22
==========
3-
[![CI Badge][]][CI]
3+
[![CI Status][ci-badge]][ci]
44
[![API Document][apidoc-badge]][apidoc]
55

66
[actionlint][repo] is a static checker for GitHub Actions workflow files. [Try it online!][playground]
@@ -127,8 +127,8 @@ See the [contribution guide](./CONTRIBUTING.md) for more details.
127127

128128
actionlint is distributed under [the MIT license](./LICENSE.txt).
129129

130-
[CI Badge]: https://github.com/rhysd/actionlint/workflows/CI/badge.svg?branch=main&event=push
131-
[CI]: https://github.com/rhysd/actionlint/actions?query=workflow%3ACI+branch%3Amain
130+
[ci-badge]: https://github.com/rhysd/actionlint/actions/workflows/ci.yaml/badge.svg
131+
[ci]: https://github.com/rhysd/actionlint/actions/workflows/ci.yaml
132132
[apidoc-badge]: https://pkg.go.dev/badge/github.com/rhysd/actionlint.svg
133133
[apidoc]: https://pkg.go.dev/github.com/rhysd/actionlint
134134
[repo]: https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)