Add default working directory
This commit is contained in:
parent
0b3a8a0557
commit
2193082c01
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue