Skip to content

Fix logic of isFieldValid by checking if equal to undefined rather than not equal to null #139

Fix logic of isFieldValid by checking if equal to undefined rather than not equal to null

Fix logic of isFieldValid by checking if equal to undefined rather than not equal to null #139

Workflow file for this run

name: Build aspnet-validation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm install
- run: npm run build --if-present