Skip to content

chore: move reactiveOmit from out of the template and add it to the… #117

chore: move reactiveOmit from out of the template and add it to the…

chore: move reactiveOmit from out of the template and add it to the… #117

Workflow file for this run

name: Test
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Test
run: npm run test