mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
corporate shilling: add LSIF upload action
This commit is contained in:
parent
554777d0da
commit
cccb5e25f7
1 changed files with 14 additions and 0 deletions
14
.github/workflows/lsif.yml
vendored
Normal file
14
.github/workflows/lsif.yml
vendored
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue