We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c85aae commit 281e6c1Copy full SHA for 281e6c1
.github/workflows/wp-org-validator.yml
@@ -29,12 +29,15 @@ jobs:
29
with:
30
path: |
31
~/.composer/cache
32
- vendor
+ pantheon-content-publisher/vendor
33
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
34
restore-keys: |
35
${{ runner.os }}-composer-
36
37
- name: Install dependencies
38
run: composer install --no-interaction --no-progress --prefer-dist --no-scripts --no-ansi
39
+ working-directory: pantheon-content-publisher
40
- name: Run plugin check
- 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