Skip to content

chore: use scip-go instead of lsif-go for precise indexing in CI #1

chore: use scip-go instead of lsif-go for precise indexing in CI

chore: use scip-go instead of lsif-go for precise indexing in CI #1

Workflow file for this run

name: Sourcegraph code intelligence
on:
- push
jobs:
scip-go:
runs-on: ubuntu-latest
container: sourcegraph/scip-go:latest
steps:
- uses: actions/checkout@v1
- name: Generate SCIP data
run: scip-go
- name: Upload SCIP data
# this will upload to Sourcegraph.com, you may need to substitute a different command.
# by default, we ignore failures to avoid disrupting CI pipelines with non-critical errors.
run: src code-intel upload -github-token=${{ secrets.GITHUB_TOKEN }} -ignore-upload-failure