1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00

update LSIF indexing CI workflow

This commit is contained in:
garo (they/them) 2020-04-29 14:40:54 -04:00 committed by GitHub
commit 15c2290dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,12 @@ name: LSIF
on:
- push
jobs:
build:
lsif-go:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go
steps:
- uses: actions/checkout@v1
- name: Generate LSIF data
uses: sourcegraph/lsif-go-action@master
with:
verbose: "true"
run: lsif-go
- name: Upload LSIF data
uses: sourcegraph/lsif-upload-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}