From 5b9bcb9b7541c18fd70d6c671c822d252e394e8c Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Wed, 18 Sep 2024 14:17:10 +0300 Subject: [PATCH] Add Plugin check action --- .github/workflows/lint.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 386cc52e..3964b6b4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -55,3 +55,16 @@ jobs: with: eclint_args: | -exclude=dependencies/**/* + + plugincheck: + name: PluginCheck + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Run plugin check + uses: wordpress/plugin-check-action@v1 + with: + exclude-directories: 'dependencies'