Workflow Updates

This commit is contained in:
Refringe 2024-05-31 20:56:00 -04:00
parent b1999519fc
commit 302ef0ab5d
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED
2 changed files with 8 additions and 5 deletions

View File

@ -3,6 +3,8 @@ name: Larastan Static Analysis
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
jobs:
larastan:

View File

@ -3,6 +3,8 @@ name: Pint Code Style Fixer
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
jobs:
pint-fixer:
@ -58,11 +60,10 @@ jobs:
- name: Update Dependencies with latest stable
run: composer update --prefer-stable
- name: Run Laravel Pint
uses: aglipanci/laravel-pint-action@2
with:
preset: laravel
- name: Run Pint Code Style Fixer
run: .vendor/bin/pint
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply pint code style changes
commit_message: Pint PHP Style Fixes
skip_fetch: true