Skip to content

[4.x] Implement find or fail on EntryRepository #1536

[4.x] Implement find or fail on EntryRepository

[4.x] Implement find or fail on EntryRepository #1536

Workflow file for this run

name: Lint PHP code style issues
on:
pull_request:
paths:
- '**.php'
jobs:
lint-php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check PHP code style issues
uses: aglipanci/laravel-pint-action@1.0.0
with:
testMode: true
verboseMode: true