Add default working directory

This commit is contained in:
roykho 2021-10-12 20:38:36 -07:00 committed by Paul Sealock
parent 0b3a8a0557
commit 2193082c01
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
name: Run code sniff on PR
on:
pull_request
defaults:
run:
shell: bash
working-directory: plugins/woocommerce
jobs:
test:
name: Code sniff (PHP 7.4, WP Latest)