Skip to content

Commit d73bea7

Browse files
committed
temporary disable php linter
1 parent d72a552 commit d73bea7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint-test-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Run linter
2525
run: npm run lint
2626

27-
- name: Run PHP linter
28-
run: |
29-
npm run wp-env start
30-
npm run lint:php
27+
#- name: Run PHP linter
28+
# run: |
29+
# npm run wp-env start
30+
# npm run lint:php
3131

3232
tests:
3333
name: Tests

0 commit comments

Comments
 (0)