Skip to content

Prepare for release #274

Prepare for release

Prepare for release #274

Workflow file for this run

name: Coding Style
on:
push:
pull_request:
jobs:
easy-coding-standard:
name: Easy Coding Standard
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
- name: Install composer dependencies
uses: ramsey/composer-install@v3
with:
working-directory: "tools/ecs"
- name: Run ECS
run: tools/ecs/vendor/bin/ecs check --config tools/ecs/ecs.php