Skip to content

Make layout manual-only and guard Smart Fit with confirmation #63

Make layout manual-only and guard Smart Fit with confirmation

Make layout manual-only and guard Smart Fit with confirmation #63

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Run validation suite
run: make validate