Skip to content

YDA-5956: remove uneeded API call to retrieve group manager view pref… #1285

YDA-5956: remove uneeded API call to retrieve group manager view pref…

YDA-5956: remove uneeded API call to retrieve group manager view pref… #1285

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