Add ability to have sub-path globs and include overlays (#63) #87
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |