Skip to content

Fix deactivation modal overlay doesn't show #9639

Fix deactivation modal overlay doesn't show

Fix deactivation modal overlay doesn't show #9639

Workflow file for this run

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
pull_request:
branches:
- master
name: Inspections
jobs:
runPHPCSInspection:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Analyze js code style
run: |
npm install eslint
wget https://develop.svn.wordpress.org/trunk/.jshintrc
./node_modules/.bin/eslint ./js/formidable*
./node_modules/.bin/eslint ./tests/cypress/e2e/*