Skip to content

Commit

Permalink
fix: remove the plugin check to add it in another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Apr 5, 2024
1 parent f9f29f3 commit bb1ddd2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/wordpress-cs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ jobs:
- name: Show PHPCS results in PR
if: ${{ always() && steps.phpcs.outcome == 'failure' }}
run: cs2pr ./phpcs-report.xml

- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@v1
with:
checks: 'plugin_readme'

0 comments on commit bb1ddd2

Please sign in to comment.