diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml new file mode 100644 index 0000000..ebe58c3 --- /dev/null +++ b/.github/workflows/plugin-check.yml @@ -0,0 +1,18 @@ +# Run WP.org's plugin check. +# +# This file is managed in https://github.com/happyprime/projects +name: WP.org Plugin Check + +on: + push: + branches: + - trunk + pull_request: + branches: + - trunk + +jobs: + call-workflow: + uses: happyprime/workflows/.github/workflows/plugin-check.yml@trunk + with: + php-version: '8.3'