Skip to content

Commit

Permalink
chore: pint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Feb 27, 2024
1 parent d832fc3 commit 0049b2f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: PHP Linting
on:
pull_request:
push:
branches:
- master
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.0.0
with:
preset: laravel
verboseMode: true
testMode: false
onlyDirty: true
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "fix: pint"

0 comments on commit 0049b2f

Please sign in to comment.