We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3990da commit 57d6d90Copy full SHA for 57d6d90
1 file changed
.github/workflows/reusable-php-static-analysis.yml
@@ -80,18 +80,6 @@ jobs:
80
- name: Make Composer packages available globally
81
run: echo "${PWD}/vendor/bin" >> "$GITHUB_PATH"
82
83
- - name: Get Gutenberg ref
84
- id: gutenberg-ref
85
- run: echo "ref=$(node -e 'console.log(require("./package.json").gutenberg.ref)')" >> "$GITHUB_OUTPUT"
86
-
87
- - name: Cache Gutenberg
88
- uses: actions/cache@v4
89
- with:
90
- path: |
91
- gutenberg
92
- .gutenberg-hash
93
- key: gutenberg-${{ steps.gutenberg-ref.outputs.ref }}-${{ hashFiles('tools/gutenberg/*') }}
94
95
- name: Install npm dependencies
96
run: npm ci --ignore-scripts
97
0 commit comments