Skip to content

Commit 08a738a

Browse files
author
Sourcegraph Bot
committed
LSIF Indexing Campaign
1 parent 83b4203 commit 08a738a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lsif.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: LSIF
2+
on:
3+
- push
4+
jobs:
5+
lsif-go:
6+
runs-on: ubuntu-latest
7+
container: sourcegraph/lsif-go
8+
steps:
9+
- uses: actions/checkout@v1
10+
- name: Generate LSIF data
11+
run: lsif-go
12+
- name: Upload LSIF data
13+
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)