Skip to content

Commit

Permalink
build: add WPCS check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Sep 12, 2024
1 parent ea6883d commit 6931441
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/wpcs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: WPCS check

on: pull_request

jobs:
phpcs:
name: WPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: WPCS check
uses: 10up/wpcs-action@stable
with:
enable_warnings: true
standard: 'WordPress-VIP-Go'
use_local_config: true

0 comments on commit 6931441

Please sign in to comment.