From 1874886c02c83f3e1048e06ae7a17f28c1e23440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=9C=C9=B4=E1=B4=8B=C9=B4=E1=B4=A1=E1=B4=8F=C9=B4?= Date: Sun, 8 Mar 2020 19:32:44 +0800 Subject: [PATCH] Create lsif.yml --- .github/workflows/lsif.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/lsif.yml diff --git a/.github/workflows/lsif.yml b/.github/workflows/lsif.yml new file mode 100644 index 0000000..dd4d948 --- /dev/null +++ b/.github/workflows/lsif.yml @@ -0,0 +1,17 @@ +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 + continue-on-error: true + with: + endpoint: https://sourcegraph.com + github_token: ${{ secrets.GITHUB_TOKEN }}