Skip to content

feat(ports): filter by group, and shrink the cards #39

feat(ports): filter by group, and shrink the cards

feat(ports): filter by group, and shrink the cards #39

Workflow file for this run

name: CI
on:
push:
branches-ignore: [main]
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- run: npm ci
- name: Type-check (astro check)
run: npm run check
- name: Unit tests
run: npm test
- name: Build
run: npm run build