Skip to content

Preparing to new release with doctrine/orm 3.x #59

Preparing to new release with doctrine/orm 3.x

Preparing to new release with doctrine/orm 3.x #59

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
tools: php-cs-fixer, composer-normalize
- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --diff
- name: Run composer normalize
run: composer-normalize --dry-run