github: rename job name (#6004)

* Update golint.yml

* Update lsif.yml
This commit is contained in:
ᴜɴᴋɴᴡᴏɴ 2020-03-22 22:23:52 +08:00 committed by GitHub
parent 22717a1c06
commit ad7d1d4f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: golint
on: [pull_request]
jobs:
build:
golint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@ -1,7 +1,7 @@
name: LSIF
on: [push]
jobs:
build:
lsif-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1