Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit bf5abaf

Browse files
Configure lsif-java (#350)
* Configure lsif-java This closes #345 * Update main.yaml * Update main.yaml * Add upload action
1 parent 1592e4e commit bf5abaf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
run: sbt test
2323
- name: Compile docs
2424
run: sbt compileDocs
25+
- name: Generate LSIF
26+
run: curl -fLo coursier https://git.io/coursier-cli && chmod +x coursier && ./coursier launch com.sourcegraph:lsif-java_2.13:0.7.3 -- index
27+
- name: Upload LSIF data
28+
uses: sourcegraph/lsif-upload-action@master
29+
with:
30+
endpoint: https://sourcegraph.com
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
32+
file: dump.lsif
2533

2634
publish:
2735
name: Publish release

0 commit comments

Comments
 (0)