Skip to content

Commit cccb5e2

Browse files
committed
corporate shilling: add LSIF upload action
1 parent 554777d commit cccb5e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/lsif.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: LSIF
2+
on:
3+
- push
4+
jobs:
5+
index:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- name: Generate LSIF data
10+
uses: sourcegraph/lsif-rust-action@main
11+
- name: Upload LSIF data
12+
uses: sourcegraph/lsif-upload-action@master
13+
with:
14+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)