Skip to content

YDA-5938 - Added production versions of metadata form for research an… #1286

YDA-5938 - Added production versions of metadata form for research an…

YDA-5938 - Added production versions of metadata form for research an… #1286

Workflow file for this run

name: "Javascript lint"
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install standard and React plugin for ESlint
run: |
npm install [email protected] --location=global
npm install [email protected] --location=global
npm install [email protected] --location=global
- name: Lint with standard
run: |
standard