Skip to content

style: 🌈 add home page for ci #123

style: 🌈 add home page for ci

style: 🌈 add home page for ci #123

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run build && npm run test