Skip to content

Added Additional Schema, Mixin and Rule opeations #93

Added Additional Schema, Mixin and Rule opeations

Added Additional Schema, Mixin and Rule opeations #93

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "**"
push:
branches:
- "master"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
- run: npm install
- run: npm test