Skip to content

Commit 5acbb19

Browse files
gbrikSourcegraph Bot
andauthored
update LSIF indexing CI workflow
Co-authored-by: Sourcegraph Bot <[email protected]>
1 parent 07d157d commit 5acbb19

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/lsif.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ name: LSIF
22
on:
33
- push
44
jobs:
5-
build:
5+
lsif-go:
66
runs-on: ubuntu-latest
7+
container: sourcegraph/lsif-go
78
steps:
89
- uses: actions/checkout@v1
910
- name: Generate LSIF data
10-
uses: sourcegraph/lsif-go-action@master
11-
with:
12-
verbose: "true"
11+
run: lsif-go
1312
- name: Upload LSIF data
14-
uses: sourcegraph/lsif-upload-action@master
15-
with:
16-
github_token: ${{ secrets.GITHUB_TOKEN }}
13+
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)