lsif: enable upload

pull/5975/head
ᴜɴᴋɴᴡᴏɴ 2020-03-08 00:08:05 +08:00 committed by GitHub
parent bf373f9da1
commit c65b5b9f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/lsif.yml vendored Normal file
View File

@ -0,0 +1,17 @@
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
continue-on-error: true
with:
endpoint: https://sourcegraph.com
github_token: ${{ secrets.GITHUB_TOKEN }}