Skip to content

Update CHANGELOG.md #227

Update CHANGELOG.md

Update CHANGELOG.md #227

Workflow file for this run

name: Tests
on: ['pull_request', 'push']
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: Install dependencies
run: composer install
- name: Lint PHP
run: composer lint:php