Skip to content

Commit 281e6c1

Browse files
committed
add possibly correct paths
1 parent 8c85aae commit 281e6c1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/wp-org-validator.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ jobs:
2929
with:
3030
path: |
3131
~/.composer/cache
32-
vendor
32+
pantheon-content-publisher/vendor
3333
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
3434
restore-keys: |
3535
${{ runner.os }}-composer-
3636
3737
- name: Install dependencies
3838
run: composer install --no-interaction --no-progress --prefer-dist --no-scripts --no-ansi
39+
working-directory: pantheon-content-publisher
3940
- name: Run plugin check
40-
uses: wordpress/plugin-check-action@70f38272b2beee386e973f319591baa2fc7dff16 # 1.1.2
41+
uses: wordpress/plugin-check-action@70f38272b2beee386e973f319591baa2fc7dff16 # 1.1.2
42+
with:
43+
path: pantheon-content-publisher

0 commit comments

Comments
 (0)