Skip to content

Add first_or_new/first_or_create/update_or_create methods #1136

Add first_or_new/first_or_create/update_or_create methods

Add first_or_new/first_or_create/update_or_create methods #1136

name: Coding Standards
on:
push:
branches:
- main
- '*.*.x'
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
coding-standards:
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
php: 8.1
monorepo:
uses: alleyinteractive/.github/.github/workflows/php-code-quality.yml@main
with:
command: "validate-monorepo"
php: 8.1
phpstan:
uses: alleyinteractive/.github/.github/workflows/php-code-quality.yml@main
with:
command: "phpstan"
php: 8.1