Skip to content

[7.x] Support int and timestamp column types when generating blueprints #241

[7.x] Support int and timestamp column types when generating blueprints

[7.x] Support int and timestamp column types when generating blueprints #241

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