Skip to content

build(deps-dev): bump @wordpress/eslint-plugin from 21.1.2 to 21.4.0 #1279

build(deps-dev): bump @wordpress/eslint-plugin from 21.1.2 to 21.4.0

build(deps-dev): bump @wordpress/eslint-plugin from 21.1.2 to 21.4.0 #1279

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [ main, dev ]
push:
branches: [ main, dev ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [ '20' ]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Install Yarn dependencies
run: yarn
- name: Run tests
run: yarn eslint