Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 084e9c1

Browse files
authored
Produce LSIF data for each commit for fast/precise code nav (#7)
* Produce LSIF data for each commit for fast/precise code nav * Update lsif.yml
1 parent e91d603 commit 084e9c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/lsif.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: LSIF
2+
on:
3+
- 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+
with:
16+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)