We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d157d commit 5acbb19Copy full SHA for 5acbb19
.github/workflows/lsif.yml
@@ -2,15 +2,12 @@ name: LSIF
2
on:
3
- push
4
jobs:
5
- build:
+ lsif-go:
6
runs-on: ubuntu-latest
7
+ container: sourcegraph/lsif-go
8
steps:
9
- uses: actions/checkout@v1
10
- name: Generate LSIF data
- uses: sourcegraph/lsif-go-action@master
11
- with:
12
- verbose: "true"
+ run: lsif-go
13
- name: Upload LSIF data
14
- uses: sourcegraph/lsif-upload-action@master
15
16
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}
0 commit comments