mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-06-16 04:04:56 +02:00
Produce LSIF data for each commit for fast/precise code nav
This commit is contained in:
parent
cee7209801
commit
1fa6cb7d8d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/lsif.yml
vendored
Normal file
14
.github/workflows/lsif.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: LSIF
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Generate LSIF data
|
||||||
|
uses: sourcegraph/lsif-go-action@master
|
||||||
|
with:
|
||||||
|
verbose: "true"
|
||||||
|
- name: Upload LSIF data
|
||||||
|
uses: sourcegraph/lsif-upload-action@master
|
||||||
Loading…
Add table
Add a link
Reference in a new issue