File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
- pull_request :
6
+ pull_request :
7
7
jobs :
8
8
lsif :
9
9
runs-on : ubuntu-latest
10
10
name : " Upload LSIF"
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - uses : olafurpg/setup-scala@v13
14
- - uses : actions/setup-go@v2
13
+ -
uses :
coursier/[email protected]
15
14
with :
16
- go-version : " 1.15.6 "
17
- - run : |
18
- mkdir -p bin
19
- curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o bin/src
20
- chmod +x bin/src
21
- export PATH="$PATH:$PWD/bin"
22
- sbt sourcegraphUpload
23
- env:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
+ jvm : adopt:8
16
+ apps : lsif-java
17
+ - run : lsif-java index
18
+ - name : Upload LSIF data
19
+ uses : sourcegraph/lsif-upload-action@master
20
+ with :
21
+ endpoint : https://sourcegraph.com
22
+ github_token : ${{ secrets.GITHUB_TOKEN }}
23
+ file : dump.lsif
You can’t perform that action at this time.
0 commit comments