Skip to content

Commit

Permalink
Added WordPress plugin check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jan 2, 2025
1 parent 3f98921 commit ee5ab54
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,19 @@ jobs:
- name: "Lint"
run: |
npm run lint
plugin-check:
name: "Plugin check"
runs-on: ubuntu-latest
needs: build
steps:
- name: "Download build artifact"
uses: actions/download-artifact@v4
with:
name: "build-artifact"
path: skautis-integration

- name: "Run plugin check"
uses: wordpress/plugin-check-action@v1
with:
build-dir: skautis-integration

0 comments on commit ee5ab54

Please sign in to comment.