Skip to content

Commit

Permalink
reset action
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein committed Oct 30, 2023
1 parent 9e4b835 commit 253b7e1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'

- name: Build
run: |
composer install
yarn
grunt build
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main
with:
Expand Down

0 comments on commit 253b7e1

Please sign in to comment.