diff --git a/.github/workflows/lsif.yaml b/.github/workflows/lsif.yaml new file mode 100644 index 00000000..bb2a125d --- /dev/null +++ b/.github/workflows/lsif.yaml @@ -0,0 +1,16 @@ +name: LSIF +on: + - push +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Generate LSIF Data + uses: sourcegraph/lsif-go-action@master + with: + verbose: "true" + - name: Upload LSIF data + uses: sourcegraph/lsif-upload-action@master + with: + public_repo_github_token: ${{ secrets.PUBLIC_REPO_GITHUB_TOKEN }} \ No newline at end of file