Skip to content

fix: validation for negative and non-int length values in schema type… #18

fix: validation for negative and non-int length values in schema type…

fix: validation for negative and non-int length values in schema type… #18

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: '22.x'
- run: npm install
- run: npm test