optimize ci check job name (#7)

* optimize ci check job name

* optimize ci check job name

* optimize ci check job name

Co-authored-by: chupei <chupei@qiniu.com>
This commit is contained in:
chupei 2020-05-14 15:29:31 +08:00 committed by GitHub
parent 0a36185ebe
commit 08fa9619b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -12,12 +12,11 @@ on:
- '**.md'
jobs:
run:
name: go style check
name: vet and gofmt
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2

View File

@ -16,8 +16,7 @@ jobs:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2

View File

@ -1,3 +1,6 @@
![](https://github.com/qiniu/goc/workflows/ut-check/badge.svg)
![](https://github.com/qiniu/goc/workflows/style-check/badge.svg)
# goc
A Comprehensive Coverage Testing System for The Go Programming Language