Skip to content

Update psalm/plugin-phpunit requirement from ^0.18.4 to ^0.18.4 || ^0.19.0 #32

Update psalm/plugin-phpunit requirement from ^0.18.4 to ^0.18.4 || ^0.19.0

Update psalm/plugin-phpunit requirement from ^0.18.4 to ^0.18.4 || ^0.19.0 #32

Workflow file for this run

name: Run PHP-CS-Fixer
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: .php-cs-fixer.cache
key: ${{ runner.OS }}-${{ github.repository }}-phpcsfixer-${{ github.sha }}
restore-keys: |
${{ runner.OS }}-${{ github.repository }}-phpcsfixer-
- uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run