Skip to content

Commit

Permalink
Add plugin test by wordpress (#123)
Browse files Browse the repository at this point in the history
* Add plugin test by wordpress

* Update deps

* Add wordpress plugin check to deploy step
  • Loading branch information
JUVOJustin authored Oct 6, 2024
1 parent ddcf4ba commit 45f19af
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 37 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
rm -rf bin
shell: bash

- name: Run wordpress plugin check
uses: wordpress/plugin-check-action@v1

# Update Version
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down
226 changes: 189 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45f19af

Please sign in to comment.