Skip to content

Update validation library with new features #36

Update validation library with new features

Update validation library with new features #36

Workflow file for this run

name: "🔧 test"
on: [push]
jobs:
test:
name: "🔧 test"
runs-on: ubuntu-latest
steps:
- name: 📚 checkout
uses: actions/checkout@v4
- name: 🟢 node
uses: actions/setup-node@v3
with:
node-version: "18.x"
- name: 📦 install
run: npm ci
- name: 🧹 lint
run: npm run lint
- name: 🧪 test
run: npm test