From 519675e77c389f9e43bb127f9fb24d4fad754946 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 18 Nov 2020 08:03:55 +0100 Subject: Rename the workflow. (#10) Before the GHA badge reads: "run tests passing". This changes it to "tests passing". --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2bcc4c..83af9a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: run tests +name: tests on: push: -- cgit v1.2.1