Skip to content

Commit

Permalink
Merge pull request #37 from wpugph/carl-alberto-patch-1
Browse files Browse the repository at this point in the history
Update phpcs.yml
  • Loading branch information
carl-alberto authored Oct 24, 2020
2 parents 675497a + 51d7823 commit 7c0dafb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ jobs:
runPHPCSInspection:
name: Run PHPCS inspection
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Run PHPCS inspection
uses: rtCamp/[email protected]
env:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
SKIP_FOLDERS: "tests,.github"
PHPCS_SNIFFS_EXCLUDE: "WordPress.Files.FileName"
with:
args: "WordPress,WordPress-Core,WordPress-Docs"

0 comments on commit 7c0dafb

Please sign in to comment.