Skip to content

Add ability to have sub-path globs and include overlays (#63) #87

Add ability to have sub-path globs and include overlays (#63)

Add ability to have sub-path globs and include overlays (#63) #87

Workflow file for this run

name: LSIF
on:
push:
jobs:
index-and-upload:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go:latest
steps:
- uses: actions/checkout@v1
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data to sourcegraph.com
run: src lsif upload -github-token=${{ secrets.SOURCEGRAPH_GH_AUTH_TOKEN }} -ignore-upload-failure