From 2f6168429014eafebaeedf154021529c4eff7c57 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Tue, 17 Aug 2021 06:40:45 +0000 Subject: [PATCH] Append Hello World to all README.md files --- .not-github/workflows/lsif.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .not-github/workflows/lsif.yml diff --git a/.not-github/workflows/lsif.yml b/.not-github/workflows/lsif.yml new file mode 100644 index 0000000..c7066c0 --- /dev/null +++ b/.not-github/workflows/lsif.yml @@ -0,0 +1,13 @@ +name: LSIF +on: + - push +jobs: + lsif-go: + runs-on: ubuntu-latest + container: sourcegraph/lsif-go + steps: + - uses: actions/checkout@v1 + - name: Generate LSIF data + run: lsif-go + - name: Upload LSIF data + run: src lsif upload -github-token=${{ omg }}