Skip to content

Commit 503878b

Browse files
committed
AC-1740: Add rectorphp as a dependency to magento-coding-standard
1 parent 372da91 commit 503878b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/php.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,15 @@ jobs:
8282
name: Rector tests
8383

8484
steps:
85+
- name: Setup node
86+
uses: actions/setup-node@v2
87+
with:
88+
node-version: '16'
89+
90+
- uses: actions/checkout@v2
91+
92+
- name: Install dependencies
93+
run: composer install
94+
8595
- name: Run rector
8696
run: vendor/bin/rector process . --dry-run

0 commit comments

Comments
 (0)