Skip to content

Commit 9f15301

Browse files
committed
Merge branch 'add-css-coding-standards' into add-js-coding-standards
2 parents 2ba2082 + 90964f4 commit 9f15301

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107
working-directory: ${{ env.PLUGIN_DIR }}
108108
run: composer update
109109

110+
# Installs WordPress scripts for CSS Coding Standards.
111+
- name: Run npm install
112+
working-directory: ${{ env.PLUGIN_DIR }}
113+
run: npm install @wordpress/scripts --save-dev
114+
110115
- name: Build PHP Autoloader
111116
working-directory: ${{ env.PLUGIN_DIR }}
112117
run: composer dump-autoload

0 commit comments

Comments
 (0)