Skip to content

initial solution for Person identifier required and incorrect form to… #236

initial solution for Person identifier required and incorrect form to…

initial solution for Person identifier required and incorrect form to… #236

Workflow file for this run

name: "Javascript lint"
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 17
- name: Install standard
run: |
npm install standard --location=global
- name: Lint with standard
run: |
standard || true