Skip to content

Commit 89251ff

Browse files
authored
Create lsif.yml
1 parent 4eeb92d commit 89251ff

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/lsif.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
17+
endpoint: https://sourcegraph.com
18+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)