From: Harmon Date: Wed, 23 Dec 2020 20:15:13 +0000 (-0600) Subject: Capitalize GitHub Actions workflow name X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3958307765cbb5475fd0f4a2e172de2335a222e5;p=tweepy.git Capitalize GitHub Actions workflow name test -> Test for consistency --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80a1a53..30edf15 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: test +name: Test on: [push, pull_request]