Skip to content

Require symfony/polyfill-* to prevent installation errors #10

Require symfony/polyfill-* to prevent installation errors

Require symfony/polyfill-* to prevent installation errors #10

Workflow file for this run

name: CodeStyle
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
path: src/ tests/
level: max
phpcs-drupal:
name: Drupal coding standards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: guix77/[email protected]