mirror of https://github.com/gogs/gogs.git
lsif: enable upload
parent
bf373f9da1
commit
c65b5b9f84
|
@ -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 }}
|
Loading…
Reference in New Issue