Skip to content

Adopt shared mobile layout assertions #35

Adopt shared mobile layout assertions

Adopt shared mobile layout assertions #35

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "24.x"
cache: npm
- name: Install dependencies
run: npm ci
- name: Check
run: npm run check
- name: Build
run: npm run build