Skip to content

Commit

Permalink
add LSIF indexing to CI
Browse files Browse the repository at this point in the history
LSIF Indexing Campaign
  • Loading branch information
gbrik committed Apr 29, 2020
2 parents 83b4203 + 08a738a commit adde711
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lsif.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: LSIF
on:
- push
jobs:
lsif-go:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go
steps:
- uses: actions/checkout@v1
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 comments on commit adde711

Please sign in to comment.