aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:21:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:21:48 +0300
commit1eb2df50068c823200dd970bae383abc89b4f9d4 (patch)
tree0f5b0b37a5bf1be6afeb338805358ccd880601f5
parentchoco scripting best practices (diff)
downloadsetup-clang-1eb2df50068c823200dd970bae383abc89b4f9d4.tar.gz
setup-clang-1eb2df50068c823200dd970bae383abc89b4f9d4.zip
README: fix badge link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 050abd3..d3bfbac 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Set up Clang
============
-[![Test](https://github.com/egor-tensin/setup-clang/workflows/Test/badge.svg)](https://github.com/egor-tensin/setup-clang/actions?query=workflow%3ATest)
+[![Test](https://github.com/egor-tensin/setup-clang/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/setup-clang/actions/workflows/test.yml)
This is a GitHub action that sets up Clang & LLVM in your workflow run.