Skip to content

Prepare core CSS release #102

Prepare core CSS release

Prepare core CSS release #102

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Check workspaces
run: npm run check
- name: Check deferred runtime budgets
run: npm run check:deferred-budgets
- name: Dry-run publish artifacts
run: npm run prepublish:all