Skip to content

feat: use Laravel specific implementation to build raw sql when avail… #45

feat: use Laravel specific implementation to build raw sql when avail…

feat: use Laravel specific implementation to build raw sql when avail… #45

Workflow file for this run

name: Code Style
on: [push, pull_request]
permissions:
contents: write
jobs:
php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.3.0
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling