Capitalize GitHub Actions workflow name
authorHarmon <Harmon758@gmail.com>
Wed, 23 Dec 2020 20:15:13 +0000 (14:15 -0600)
committerHarmon <Harmon758@gmail.com>
Wed, 23 Dec 2020 20:15:58 +0000 (14:15 -0600)
test -> Test
for consistency

.github/workflows/test.yml

index 80a1a531a58a2ef69d8dab96f96a402a81ca9452..30edf15a6e20539dc983fde5d6900816fd6c5dc5 100644 (file)
@@ -1,4 +1,4 @@
-name: test
+name: Test
 
 on: [push, pull_request]