Skip to content

#40: prevent matching single and multi-value schema #180

#40: prevent matching single and multi-value schema

#40: prevent matching single and multi-value schema #180

Workflow file for this run

name: Run Code Checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install -g eslint
- name: Install and run ESLint
run: eslint . --quiet