Update group_603c10f5364c8.json #536
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: Lint | |
on: | |
push: ~ | |
pull_request: ~ | |
jobs: | |
phpcs: | |
name: PHPCS | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: shivammathur/setup-php@v2 | |
with: | |
php-version: 8.2 | |
extensions: curl | |
coverage: none | |
tools: composer:v2, cs2pr | |
- run: composer install --no-progress | |
- run: vendor/bin/phpcs -q --report=checkstyle | cs2pr |