Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Aug 16, 2022
1 parent 8e8ae57 commit 2e65611
Show file tree
Hide file tree
Showing 4 changed files with 4,620 additions and 2,977 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
chmod -R 767 ./ # TODO: Possibly integrate in wp-env
WP_ENV_CORE=WordPress/WordPress#${{ matrix.wp-versions }} WP_ENV_PHP_VERSION=${{ matrix.php-versions }} npm run wp-env start
npm run wp-env run cli wp core version
npm run wp-env run cli wp core info
npm run wp-env run cli wp cli info
- name: Running lint check
run: npm run lint-php
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
Loading

0 comments on commit 2e65611

Please sign in to comment.