Skip to content

Bump wp-coding-standards/wpcs from 3.3.0 to 3.4.1 in the composer-security group across 1 directory #132

Bump wp-coding-standards/wpcs from 3.3.0 to 3.4.1 in the composer-security group across 1 directory

Bump wp-coding-standards/wpcs from 3.3.0 to 3.4.1 in the composer-security group across 1 directory #132

name: Playground Preview - Build
on:
pull_request:
types: [labeled, synchronize, reopened]
permissions:
contents: read
jobs:
build:
if: >
contains(github.event.pull_request.labels.*.name, 'playground') &&
(github.event.action != 'labeled' || github.event.label.name == 'playground')
uses: tarosky/workflows/.github/workflows/playground-preview-build.yml@main
with:
build_command: 'composer install --no-dev --prefer-dist && npm ci && npm run package'