Skip to content

Commit bef5279

Browse files
authored
Merge pull request #74 from sourcegraph/garo/lsif-indexing-campaign-1
LSIF Indexing Campaign
2 parents e35b3e3 + 473ba12 commit bef5279

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/lsif.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 build dependencies
11+
run: apk --no-cache add python g++ make git
12+
- name: Install dependencies
13+
run: yarn install
14+
- name: Generate LSIF data
15+
run: lsif-tsc -p .
16+
- name: Upload LSIF data
17+
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)