mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-08-24 05:58:12 +02:00
Produce LSIF data for each commit for fast/precise code nav (#35)
* Produce LSIF data for each commit for fast/precise code nav * Update lsif.yml
This commit is contained in:
parent
cee7209801
commit
96c4efab7e
1 changed files with 16 additions and 0 deletions
16
.github/workflows/lsif.yml
vendored
Normal file
16
.github/workflows/lsif.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
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
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue