Skip to content

Commit 5f6e5d6

Browse files
authored
Update Pint Workflow (rappasoft#1967)
* Update Pint Workflow * Update ChangeLog * Test Styling Workflow * Fix styling * Test Workflow * Fix styling --------- Co-authored-by: lrljoe <[email protected]>
1 parent d19dba0 commit 5f6e5d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
ref: ${{ github.head_ref }}
2525

2626
- name: Fix PHP code style issues
27-
uses: aglipanci/laravel-pint-action@2.2.0
27+
uses: aglipanci/laravel-pint-action@latest
2828

2929
- name: Commit changes
30-
uses: stefanzweifel/git-auto-commit-action@v4
30+
uses: stefanzweifel/git-auto-commit-action@v5
3131
with:
3232
commit_message: Fix styling

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
1717
### Tweaks
1818
- Migration to Core attribute management by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1943
1919
- Localisation - Avoid Conflicts With Other Packages by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1955
20+
- GitHub Workflow Tweak for Styling Fixes by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1967
2021

2122
### Docs
2223
- Fix syntax for DateColumn outputFormat in docs by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1960

0 commit comments

Comments
 (0)