Skip to content

Bump simple-git in the npm_and_yarn group across 1 directory (#59) #141

Bump simple-git in the npm_and_yarn group across 1 directory (#59)

Bump simple-git in the npm_and_yarn group across 1 directory (#59) #141

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'
exclude-files: 'modules/**/patches/*.php'