Skip to content

Commit

Permalink
Create lsif.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon authored Mar 7, 2020
1 parent 5ac7f10 commit dd614b8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lsif.yml
Original file line number Diff line number Diff line change
@@ -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 dd614b8

Please sign in to comment.