Skip to content

ATable Loading Options #387

ATable Loading Options

ATable Loading Options #387

Workflow file for this run

name: Verify Changes
on:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout
with:
fetch-depth: 2
- uses: actions/setup-node@v4
name: Install Node.js
with:
cache-dependency-path: '**/config/rush/pnpm-lock.yaml'
registry-url: https://registry.npmjs.org/
- name: Verify Changes
run: node common/scripts/install-run-rush.js change --verify