Skip to content

feat: restrctured in oop #3

feat: restrctured in oop

feat: restrctured in oop #3

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm i
- run: npm test