Skip to content

Validation in api did accept nulls but did not handle them correctly … #227

Validation in api did accept nulls but did not handle them correctly …

Validation in api did accept nulls but did not handle them correctly … #227

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint