Skip to content

Commit

Permalink
Merge pull request #20 from MitchBred/dependabot/github_actions/overt…
Browse files Browse the repository at this point in the history
…rue/phplint-9.1

Bump overtrue/phplint from 8.2 to 9.1
  • Loading branch information
MitchBred authored Dec 5, 2023
2 parents d7c70ea + a37a38c commit 963a29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Checking PHP syntax error
uses: overtrue/phplint@8.2
uses: overtrue/phplint@9.1
with:
path: .
options: --exclude=*.log

0 comments on commit 963a29f

Please sign in to comment.