Skip to content

Commit

Permalink
Creating new action for PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-James authored Feb 28, 2022
1 parent e1985b3 commit 2828d92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/wpcs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: WPCS Check

on: pull_request

jobs:
phpcs:
name: WPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: WPCS Check
uses: 10up/wpcs-action@stable

0 comments on commit 2828d92

Please sign in to comment.