Skip to content

Version: feat(core): improve inof/outof and add path method #12

Version: feat(core): improve inof/outof and add path method

Version: feat(core): improve inof/outof and add path method #12

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: actions/setup-node@v4
with:
node-version: 'latest'
- run: npm ci
- run: npm run test