Skip to content

Implement enclosing ranges #1091

Implement enclosing ranges

Implement enclosing ranges #1091

Workflow file for this run

name: Sourcegraph
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn global add ts-node @sourcegraph/src
- run: ts-node src/main.ts index
- run: src code-intel upload "-commit=${GITHUB_SHA}" "-github-token=${GITHUB_TOKEN}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}