aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-12-17 14:21:12 -0500
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-12-17 14:21:12 -0500
commit4bfc175770fa006387ca1ffd2360fc0665dfcbf3 (patch)
tree255d0168bc3f044fb117229da62f23f242b76a16
parent5f6acbf70cb34f8e7978ae5ef4b2c323b2605ff4 (diff)
Change name of CI linting job
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b371b2f..c5ef50b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on: [pull_request, push]
jobs:
lint:
- name: Golang v${{ matrix.go }} (${{ matrix.os }})
+ name: Lint Golang v${{ matrix.go }} (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix: