Skip to content

Redesign RSVP field type as a substrate, with displayAs as the widget #367

Redesign RSVP field type as a substrate, with displayAs as the widget

Redesign RSVP field type as a substrate, with displayAs as the widget #367

Workflow file for this run

name: Test PR
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test PR
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 24
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint
- name: Type check
run: npm run type-check