Skip to content

add o-model, o-if and other cool stuff #45

add o-model, o-if and other cool stuff

add o-model, o-if and other cool stuff #45

Workflow file for this run

name: Jest & Standard
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install Dependencies
run: npm install
- name: Run standard
run: npm run standard
- name: Run Jest
run: npm test