Skip to content

Commit

Permalink
LSIF Indexing Campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph Bot committed Apr 29, 2020
1 parent 83b4203 commit 08a738a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lsif.yml
@@ -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 08a738a

Please sign in to comment.