Skip to content

Update validators.js #117

Update validators.js

Update validators.js #117

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize, reopened, labeled]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- run: npm test