Skip to content

Commit d7222f8

Browse files
committed
chore: use scip-go instead of lsif-go for precise indexing in CI
1 parent 1b4d09c commit d7222f8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/lsif.yml

-13
This file was deleted.

.github/workflows/scip.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: SCIP
2+
on:
3+
- push
4+
jobs:
5+
scip-go:
6+
runs-on: ubuntu-latest
7+
container: sourcegraph/scip-go
8+
steps:
9+
- uses: actions/checkout@v1
10+
- name: Generate SCIP data
11+
run: scip-go
12+
- name: Upload SCIP data
13+
run: src code-intel upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)