Skip to content

Commit

Permalink
Merge pull request sourcegraph#120 from sourcegraph/garo/lsif-indexin…
Browse files Browse the repository at this point in the history
…g-campaign

LSIF Indexing Campaign
  • Loading branch information
gbrik authored Apr 29, 2020
2 parents d7eaa40 + c455062 commit d70d5c3
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 d70d5c3

Please sign in to comment.