mod: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#35) #61
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: | |
paths: | |
- '**.go' | |
- 'go.mod' | |
- '.github/workflows/lsif.yml' | |
env: | |
GOPROXY: "https://proxy.golang.org" | |
jobs: | |
lsif-go: | |
if: github.repository == 'flamego/auth' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Generate LSIF data | |
uses: sourcegraph/lsif-go-action@master | |
- name: Upload LSIF data to sourcegraph.com | |
continue-on-error: true | |
uses: docker://sourcegraph/src-cli:latest | |
with: | |
args: lsif upload -github-token=${{ secrets.GITHUB_TOKEN }} | |
- name: Upload LSIF data to cs.unknwon.dev | |
continue-on-error: true | |
uses: docker://sourcegraph/src-cli:latest | |
with: | |
args: -endpoint=https://cs.unknwon.dev lsif upload -github-token=${{ secrets.GITHUB_TOKEN }} |