Skip to content

Commit

Permalink
remove vipcs
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Jun 13, 2024
1 parent 52e3009 commit 788f703
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,3 @@ jobs:
elif [[ "${{ github.event_name }}" == "push" ]]; then
./vendor/bin/phpcs . -s --runtime-set testVersion 7.4-
fi
vipcs:
name: vipcs
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: VIPCS check
uses: 10up/wpcs-action@stable
with:
enable_warnings: true
standard: 'WordPress-VIP-Go'
excludes: 'tests'

0 comments on commit 788f703

Please sign in to comment.