ᴜɴᴋɴᴡᴏɴ пре 4 година
родитељ
комит
c65b5b9f84
1 измењених фајлова са 17 додато и 0 уклоњено
  1. 17 0
      .github/workflows/lsif.yml

+ 17 - 0
.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 }}