diff options
author | Aaron Buchwald <[email protected]> | 2020-12-17 14:21:12 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-12-17 14:21:12 -0500 |
commit | 4bfc175770fa006387ca1ffd2360fc0665dfcbf3 (patch) | |
tree | 255d0168bc3f044fb117229da62f23f242b76a16 /.github | |
parent | 5f6acbf70cb34f8e7978ae5ef4b2c323b2605ff4 (diff) |
Change name of CI linting job
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |