Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #126

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #126

Workflow file for this run

name: Plugin Check
on:
pull_request:
push:
branches:
- main
jobs:
plugin-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Composer dependencies
run: composer install --no-dev --no-interaction
- name: Build
run: composer run-script build
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
build-dir: './multisyde'