From eec3eb6737a96e7670f7b8e431ff409162cd226a Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Sat, 23 Mar 2024 20:47:00 +0100 Subject: [PATCH] fix workflow badge path https://github.com/badges/shields/issues/8671 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634eb7b..18e5891 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Twig ![LICENSE](https://img.shields.io/badge/LICENSE-MIT-green?style=for-the-badge) ![Sublime Text](https://img.shields.io/badge/ST-Build%204107+-orange?style=for-the-badge&logo=sublime-text) ![Tag](https://img.shields.io/github/v/tag/Sublime-Instincts/BetterTwig?style=for-the-badge&logo=github&sort=semver) ![Downloads](https://img.shields.io/packagecontrol/dt/Twig?style=for-the-badge) -![Syntax tests](https://img.shields.io/github/workflow/status/Sublime-Instincts/BetterTwig/syntax_test?color=green&label=Syntax%20Tests&logo=github&logoColor=white&style=for-the-badge) +![Syntax tests](https://img.shields.io/github/actions/workflow/status/Sublime-Instincts/BetterTwig/syntax_test.yml?color=green&label=Syntax%20Tests&logo=github&logoColor=white&style=for-the-badge) A Sublime Text package that offers enhanced syntax highlighting, snippets, completions and much more for PHP [Twig](https://twig.symfony.com/) templates. Read more for the full documentation.