Skip to content

add error code to validation rule #8

add error code to validation rule

add error code to validation rule #8

Workflow file for this run

name: PHPUnit
on:
- pull_request
- push
jobs:
phpunit:
name: PHPUnit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
coverage: none
- name: Composer install
run: composer install --no-interaction --no-ansi --no-progress
- name: Run PHPUnit
run: vendor/bin/phpunit