feat: introduce event for manipulation of serialized list news values #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
jobs: | |
commitlint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: remindgmbh/[email protected] | |
phpcs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: shivammathur/setup-php@v2 | |
with: | |
php-version: 8.3 | |
extensions: intl | |
tools: composer:v2 | |
- run: composer install | |
- run: composer run-script phpcs |