Skip to content

Improve entry list style #156

Improve entry list style

Improve entry list style #156

Workflow file for this run

name: Lint
on: [push]
jobs:
# phpstan:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: php-actions/composer@v6
# - uses: php-actions/phpstan@v3
# with:
# path: app/
# memory_limit: 256M
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel