Skip to content

Fix layout when changing current entry #155

Fix layout when changing current entry

Fix layout when changing current entry #155

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