Skip to content

chore: use scip-go instead of lsif-go for precise indexing in CI #55

chore: use scip-go instead of lsif-go for precise indexing in CI

chore: use scip-go instead of lsif-go for precise indexing in CI #55

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, ready_for_review]
jobs:
codenotify:
runs-on: ubuntu-latest
name: codenotify
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./ # If you were using this in your project, this would be sourcegraph/[email protected] (check releases on GitHub for latest version number)
env:
# This token needs to have repo scope and read:org scope (to be able to mention teams).
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}