Skip to content

Merge pull request #5 from Astrotomic/dependabot/github_actions/actio… #18

Merge pull request #5 from Astrotomic/dependabot/github_actions/actio…

Merge pull request #5 from Astrotomic/dependabot/github_actions/actio… #18

Workflow file for this run

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