We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7527a68 commit 9f89806Copy full SHA for 9f89806
README.md
@@ -29,7 +29,7 @@ jobs:
29
with:
30
ref: ${{ github.event.pull_request.head.sha }}
31
- name: Run PHPCS inspection
32
- uses: rtCamp/action-phpcs-code-review@v2
+ uses: rtCamp/action-phpcs-code-review@v3
33
env:
34
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
35
SKIP_FOLDERS: "tests,.github"
action.yml
@@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs'
3
author: 'rtCamp'
4
runs:
5
using: 'docker'
6
- image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v2.1.0'
+ image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v3.0.0'
7
branding:
8
icon: 'check-circle'
9
color: 'green'
0 commit comments