Skip to content

Commit

Permalink
Add Sourcegraph code intelligence
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Oct 9, 2020
1 parent 7ff69e7 commit 603af13
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lsif-go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Sourcegraph code intelligence
on:
- push

jobs:
lsif-go:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go:latest
steps:
- uses: actions/checkout@v1
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data to Sourcegraph.com
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }} -ignore-upload-failure

0 comments on commit 603af13

Please sign in to comment.