Skip to content

Fallback to Talon actions when focus is not on the text editor #7613

Fallback to Talon actions when focus is not on the text editor

Fallback to Talon actions when focus is not on the text editor #7613

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:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version-file: package.json
cache: pnpm
- run: bash -x scripts/build-and-assemble-website.sh