Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit c922d5e

Browse files
gbrikSourcegraph Bot
and
Sourcegraph Bot
authored
chore: add LSIF indexing to CI (#676)
Co-authored-by: Sourcegraph Bot <campaigns@sourcegraph.com>
1 parent 26c8e60 commit c922d5e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/lsif.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: LSIF
2+
on:
3+
- push
4+
jobs:
5+
lsif-ts:
6+
runs-on: ubuntu-latest
7+
container: sourcegraph/lsif-node
8+
steps:
9+
- uses: actions/checkout@v1
10+
- name: Install dependencies
11+
run: npm install
12+
- name: Generate LSIF data
13+
run: lsif-tsc -p .
14+
- name: Upload LSIF data
15+
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)