Skip to content

Added interior scopes to python #10439

Added interior scopes to python

Added interior scopes to python #10439

Workflow file for this run

name: Test docs
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
branches: [main]
jobs:
test-docs-build:
runs-on: ubuntu-latest
env:
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
# FIXME: https://github.com/cursorless-dev/cursorless/issues/2817
- name: Upgrade Corepack
run: npm install --global corepack@0.31.0
- name: Enable Corepack
run: corepack enable
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
- name: Build website
run: bash -x scripts/build-and-assemble-website.sh