Skip to content

Commit

Permalink
scip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Oct 13, 2024
1 parent 2ae9147 commit b7b308d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/scip-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on:
jobs:
scip-go:
runs-on: ubuntu-latest
container: sourcegraph/scip-go:latest
steps:
- uses: actions/checkout@v4
- name: Install scip-go
run: go install github.com/sourcegraph/scip-go/cmd/scip-go@latest
- name: Install src
run: |
curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /usr/local/bin/src
chmod +x /usr/local/bin/src
- name: Generate SCIP data
run: scip-go
- name: Upload SCIP data to Sourcegraph.com
Expand Down

0 comments on commit b7b308d

Please sign in to comment.