Skip to content

deprecated < 3.36 for v11.2 #76

deprecated < 3.36 for v11.2

deprecated < 3.36 for v11.2 #76

Workflow file for this run

name: lint
on:
pull_request:
branches:
- master
- develop
push:
branches:
- master
- develop
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install eslint
run: npm install --save-dev eslint
- name: Run ESLint
run: npx eslint . --ext .js --ignore-pattern node_modules/