Skip to content

Commit ecd8be1

Browse files
unknwonmpsonntag
authored andcommitted
github: rename job name (#6004)
* Update golint.yml * Update lsif.yml
1 parent 0b4843e commit ecd8be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: golint
22
on: [pull_request]
33
jobs:
4-
build:
4+
golint:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2

.github/workflows/lsif.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: LSIF
22
on: [push]
33
jobs:
4-
build:
4+
lsif-go:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)