Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 #29

Bump actions/checkout from 3.5.3 to 3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0 #29

Workflow file for this run

name: phpcs
on:
push:
jobs:
phpcs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/[email protected]
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- run: composer install --no-interaction --no-scripts
- run: vendor/bin/pint --test