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 4eeb92d commit 89251ffCopy full SHA for 89251ff
.github/workflows/lsif.yml
@@ -0,0 +1,18 @@
1
+
2
+name: LSIF
3
+on: [push]
4
+jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v1
9
+ - name: Generate LSIF data
10
+ uses: sourcegraph/lsif-go-action@master
11
+ with:
12
+ verbose: 'true'
13
+ - name: Upload LSIF data
14
+ uses: sourcegraph/lsif-upload-action@master
15
+ continue-on-error: true
16
17
+ endpoint: https://sourcegraph.com
18
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments