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

chore: LSIF Indexing Campaign #676

Merged
merged 1 commit into from
Apr 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/lsif.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: LSIF
on:
- push
jobs:
lsif-ts:
runs-on: ubuntu-latest
container: sourcegraph/lsif-node
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm install
- name: Generate LSIF data
run: lsif-tsc -p .
- name: Upload LSIF data
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}