Skip to content

Commit

Permalink
Build assets in Plugin Check workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Aug 13, 2024
1 parent 0044eab commit 642f364
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 @@ -32,6 +32,18 @@ jobs:

- uses: actions/checkout@v4

- name: Setup Node.js (.nvmrc)
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm

- name: npm install
run: npm ci

- name: Build assets
run: npm run build

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

0 comments on commit 642f364

Please sign in to comment.