Skip to content

Commit 24c8082

Browse files
committed
chore: update GitHub Actions workflow for code quality checks
- Refactor the code-quality.yml file for improved readability and consistency. - Standardize indentation and formatting across all steps. - Ensure all steps are clearly defined for code quality checks, including PHP setup, Node.js setup, and linting tasks.
1 parent 9c04008 commit 24c8082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
with:
2828
composer-options: --dev --optimize-autoloader
2929

30+
- name: Enable Corepack
31+
run: corepack enable
32+
3033
- name: Setup Node.js
3134
uses: actions/setup-node@v4
3235
with:
3336
node-version-file: .nvmrc
3437
cache: yarn
3538

36-
- name: Enable Corepack
37-
run: corepack enable
38-
3939
- name: Install dependencies
4040
run: yarn install --immutable
4141

0 commit comments

Comments
 (0)