Skip to content

feat(deps): update friendsofphp/php-cs-fixer (#26) #40

feat(deps): update friendsofphp/php-cs-fixer (#26)

feat(deps): update friendsofphp/php-cs-fixer (#26) #40

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
linter:
name: Code style
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: [ '7.4', '8.0', '8.1' ]
steps:
- uses: actions/checkout@master
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- run: composer install --prefer-dist --no-interaction
- run: vendor/bin/php-cs-fixer fix --ansi --dry-run --using-cache=no --verbose