Skip to content

feat: update README.md #18

feat: update README.md

feat: update README.md #18

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23
- run: npm install
- run: npm run lint
- run: npm run format
- run: npm run build
- run: npm run test