From 552946c14ad71aa0ac851e4d2e89059c5d1d2767 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 31 Oct 2025 12:44:24 -0600 Subject: [PATCH] Remove wporg-validator Action We already run the WP.org validator in the Lint & Test workflow, so we don't need a separate action for it. --- .github/workflows/wporg-validator.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/wporg-validator.yml diff --git a/.github/workflows/wporg-validator.yml b/.github/workflows/wporg-validator.yml deleted file mode 100644 index c8492fe..0000000 --- a/.github/workflows/wporg-validator.yml +++ /dev/null @@ -1,13 +0,0 @@ -# On push, run the action-wporg-validator workflow. -name: WP.org Validator -on: [push] -jobs: - wporg-validation: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v5 - - name: WP.org Validator - uses: pantheon-systems/action-wporg-validator@v2.0.0 - with: - type: plugin