Skip to content

Commit

Permalink
Attempt to resolve issue with workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieblomerus committed Dec 23, 2024
1 parent 2ffb9ef commit c0cfcd5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Composer
run: |
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
- name: Build plugin
run: |
./build.sh dev
mkdir tmp-build
unzip build-dev.zip -d tmp-build
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
build-dir: './tmp-build'
exclude-directories: 'vendor'

0 comments on commit c0cfcd5

Please sign in to comment.