aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-02-18 18:38:47 +0800
committerGitHub <noreply@github.com>2023-02-18 18:38:47 +0800
commite8540c31a96bfc72239806b84a0b7f3508e872ee (patch)
treec64128aef9d4c8500487acd14ab7659d98231339
parentfc8c77a69f01eb1eac0a1b4373ae1bb7f81d1629 (diff)
downloadrneovim-e8540c31a96bfc72239806b84a0b7f3508e872ee.tar.gz
rneovim-e8540c31a96bfc72239806b84a0b7f3508e872ee.tar.bz2
rneovim-e8540c31a96bfc72239806b84a0b7f3508e872ee.zip
docs(README): fix CI status badge (#22308)
Use test.yml and link to that workflow, as build.yml is mostly only for checking CMake files.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ccb097ee1..3facf7d453 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
<a href="https://app.element.io/#/room/#neovim:matrix.org">Chat</a>
</h1>
-[![GitHub CI](https://github.com/neovim/neovim/actions/workflows/build.yml/badge.svg?event=push&branch=master)](https://github.com/neovim/neovim/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
+[![GitHub CI](https://github.com/neovim/neovim/actions/workflows/test.yml/badge.svg?event=push&branch=master)](https://github.com/neovim/neovim/actions?query=workflow%3Atest+branch%3Amaster+event%3Apush)
[![Coverity Scan analysis](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227)
[![Clang analysis](https://neovim.io/doc/reports/clang/badge.svg)](https://neovim.io/doc/reports/clang)
[![PVS-Studio analysis](https://neovim.io/doc/reports/pvs/badge.svg)](https://neovim.io/doc/reports/pvs/PVS-studio.html.d)