ci: update linting workflow
This commit is contained in:
parent
2fac17b11d
commit
8e57abae98
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-code.yml
vendored
2
.github/workflows/lint-code.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: composer run lint:php
|
||||
|
||||
- name: Lint Plugin scripts (JS)
|
||||
run: composer run format:js:fix && composer run lint:js
|
||||
run: composer run lint:js
|
||||
|
||||
#- name: Lint stylesheets (CSS)
|
||||
# run: composer run lint:css
|
||||
|
|
Reference in a new issue