Skip to content

Commit

Permalink
update LSIF indexing CI workflow
Browse files Browse the repository at this point in the history
LSIF Indexing Campaign
  • Loading branch information
gbrik committed Apr 29, 2020
2 parents 5fd3a24 + ab6b032 commit 219e11d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/lsif.yml
Expand Up @@ -2,15 +2,12 @@ name: LSIF
on:
- push
jobs:
build:
lsif-go:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go
steps:
- uses: actions/checkout@v1
- name: Generate LSIF data
uses: sourcegraph/lsif-go-action@master
with:
verbose: "true"
run: lsif-go
- name: Upload LSIF data
uses: sourcegraph/lsif-upload-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 comments on commit 219e11d

Please sign in to comment.