corporate shilling: add LSIF upload action

This commit is contained in:
Noah Santschi-Cooney 2022-03-14 23:04:57 +00:00
parent 554777d0da
commit cccb5e25f7
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

14
.github/workflows/lsif.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: LSIF
on:
- push
jobs:
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 }}