Skip to content

refactor: only set limit when limit is bigger than 0 #31

refactor: only set limit when limit is bigger than 0

refactor: only set limit when limit is bigger than 0 #31

Workflow file for this run

name: Check code style
on:
pull_request:
push:
paths:
- '**.php'
jobs:
php-style:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check style
uses: aglipanci/laravel-pint-action@v2
with:
testMode: true