Skip to content

Bump shell-quote from 1.7.2 to 1.7.3 in /js/lib (#36) #9

Bump shell-quote from 1.7.2 to 1.7.3 in /js/lib (#36)

Bump shell-quote from 1.7.2 to 1.7.3 in /js/lib (#36) #9

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test-and-code-style:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.1]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: composer install --prefer-dist
- name: Run tests
run: vendor/bin/phpunit --bootstrap __tests__/bootstrap.php __tests__
- name: Run PHPCS
run: vendor/bin/phpcs --standard=WordPress --extensions=php --ignore=vendor/ .