github: add LSIF upload job

This commit is contained in:
Harsh Shandilya 2022-01-08 19:19:25 +05:30
parent 573ce053e3
commit 7fb5c5ded8
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -10,3 +10,14 @@ name: Check Rust code
jobs:
check:
uses: msfjarvis/shared-workflows/.github/workflows/test-rust-project.yml@main
index:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate LSIF data
uses: sourcegraph/lsif-rust-action@main
- name: Upload LSIF data
uses: sourcegraph/lsif-upload-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}