Skip to content

docs: reorganize landing into 3x3 grid #2

docs: reorganize landing into 3x3 grid

docs: reorganize landing into 3x3 grid #2

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Validate HTML
run: test -f index.html && echo "index.html exists"