Skip to content

Adding support for joi-schema labels. Support for function typed schemas #28

Adding support for joi-schema labels. Support for function typed schemas

Adding support for joi-schema labels. Support for function typed schemas #28

Workflow file for this run

name: Test CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- run: npm test