mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-06-16 04:04:56 +02:00
Go and TypeScript LSIF indexing
This commit is contained in:
parent
96c4efab7e
commit
610c2c3948
1 changed files with 4 additions and 7 deletions
11
.github/workflows/lsif.yml
vendored
11
.github/workflows/lsif.yml
vendored
|
|
@ -2,15 +2,12 @@ name: LSIF
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
lsif-go:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: sourcegraph/lsif-go
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Generate LSIF data
|
- name: Generate LSIF data
|
||||||
uses: sourcegraph/lsif-go-action@master
|
run: lsif-go
|
||||||
with:
|
|
||||||
verbose: "true"
|
|
||||||
- name: Upload LSIF data
|
- name: Upload LSIF data
|
||||||
uses: sourcegraph/lsif-upload-action@master
|
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue