Skip to content

Merge remote-tracking branch 'origin/feature/GW-1736/test-with-mappin… #48

Merge remote-tracking branch 'origin/feature/GW-1736/test-with-mappin…

Merge remote-tracking branch 'origin/feature/GW-1736/test-with-mappin… #48

Workflow file for this run

name: php-cs
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: cs2pr, phpcs
- name: Run phpcs
run: phpcs -q --report=checkstyle src | cs2pr
continue-on-error: true