Skip to content

Bump minimist from 1.2.5 to 1.2.8 in /js/lib (#40) #8

Bump minimist from 1.2.5 to 1.2.8 in /js/lib (#40)

Bump minimist from 1.2.5 to 1.2.8 in /js/lib (#40) #8

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/ .