Skip to content

Commit

Permalink
Merge pull request #229 from ECFMP/pint-action
Browse files Browse the repository at this point in the history
ci(lint): run pint on pr with test mode
  • Loading branch information
AndyTWF authored Aug 2, 2022
2 parents 57f4cfb + 28888b1 commit e537146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: PHP Linting (Pint)
on:
workflow_dispatch:
push:
branches-ignore:
- "dependabot/npm_and_yarn/*"
pull_request:
jobs:
phplint:
runs-on: ubuntu-latest
Expand All @@ -13,3 +11,5 @@ jobs:
fetch-depth: 2
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
testMode: true

0 comments on commit e537146

Please sign in to comment.