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.
2 parents 98eb86b + ae5b4fc commit 6797bf5Copy full SHA for 6797bf5
.github/workflows/phpcs.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
ref: ${{ github.event.pull_request.head.sha }}
12
- name: Run PHPCS inspection
13
- uses: rtCamp/action-phpcs-code-review@v3.0.1
+ uses: rtCamp/action-phpcs-code-review@v3.1.0
14
env:
15
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
16
SKIP_FOLDERS: "tests,.github,vendor"
0 commit comments