Skip to content

Merge pull request #129 from renatonascalves/feature/ci-update #518

Merge pull request #129 from renatonascalves/feature/ci-update

Merge pull request #129 from renatonascalves/feature/ci-update #518

Workflow file for this run

name: Code Quality
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
code-quality:
uses: alleyinteractive/.github/.github/workflows/php-code-quality.yml@main
with:
php: 8.3