From 356656ef3c926d211316691ed35d91bd5737481a Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sun, 7 Jun 2020 20:39:51 +0200 Subject: [PATCH] Rename test workflow --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec85e86..1896ec5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test action +name: Tests on: [push, pull_request] diff --git a/README.md b/README.md index 16b750e..4acad0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sublime Text Syntax Test Action -![Test action](https://github.com/SublimeText/syntax-test-action/workflows/Test%20action/badge.svg) +![Tests](https://github.com/SublimeText/syntax-test-action/workflows/Tests/badge.svg) Run syntax tests on your Sublime Text syntax definitions using the ST syntax test binary.