Skip to content

Commit

Permalink
build file update-2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein committed Oct 30, 2023
1 parent 3ccd509 commit d3246a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:

jobs:
build-and-test-plugin:
name: 'Build plugin and run plugin checks'
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -33,6 +35,7 @@ jobs:
composer install
yarn
grunt build
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main
with:
Expand Down

0 comments on commit d3246a3

Please sign in to comment.