Skip to content

Commit 26bb60b

Browse files
authored
Create lsif.yml
1 parent c69cb76 commit 26bb60b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/lsif.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: LSIF
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v1
8+
- name: Generate LSIF data
9+
uses: sourcegraph/lsif-go-action@master
10+
with:
11+
verbose: 'true'
12+
- name: Upload LSIF data
13+
uses: sourcegraph/lsif-upload-action@master
14+
continue-on-error: true
15+
with:
16+
endpoint: https://sourcegraph.com
17+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)