Skip to content

docs(readme): add chinese astrology and feng shui to the breadth line #25

docs(readme): add chinese astrology and feng shui to the breadth line

docs(readme): add chinese astrology and feng shui to the breadth line #25

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- run: npm ci
- run: npx tsc --noEmit
- run: npm test