Skip to content

Commit

Permalink
Create lsif.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Mar 8, 2020
1 parent 5993313 commit 1874886
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lsif.yml
@@ -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 }}

0 comments on commit 1874886

Please sign in to comment.