Skip to content

Commit

Permalink
Merge pull request #74 from sourcegraph/garo/lsif-indexing-campaign-1
Browse files Browse the repository at this point in the history
LSIF Indexing Campaign
  • Loading branch information
gbrik authored Apr 29, 2020
2 parents e35b3e3 + 473ba12 commit bef5279
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lsif.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: LSIF
on:
- push
jobs:
lsif-ts:
runs-on: ubuntu-latest
container: sourcegraph/lsif-node
steps:
- uses: actions/checkout@v1
- name: Install build dependencies
run: apk --no-cache add python g++ make git
- name: Install dependencies
run: yarn install
- name: Generate LSIF data
run: lsif-tsc -p .
- name: Upload LSIF data
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 comments on commit bef5279

Please sign in to comment.