Skip to content

Update readme that it not only works with dotted translations #28

Update readme that it not only works with dotted translations

Update readme that it not only works with dotted translations #28

Workflow file for this run

name: PHP-CS-Fixer
on:
push:
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- name: Install dependencies
run: |
composer install
- name: Run laravel pint
run: |
./vendor/bin/pint
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply pint changes