Skip to content

Fix application password revocation on multisite for non-members #704

Fix application password revocation on multisite for non-members

Fix application password revocation on multisite for non-members #704

Workflow file for this run

name: Static Analysis (Linting)
# This workflow is triggered on pushes to trunk, and any PRs.
on:
push:
branches: [trunk]
pull_request:
jobs:
check:
name: All
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install NPM dependencies
run: npm install
- name: Lint JavaScript
run: npm run lint:js