fix: remove JS formatting command
This commit is contained in:
parent
6d193af5de
commit
fc0da5ec11
1 changed files with 2 additions and 2 deletions
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
@ -32,8 +32,8 @@ jobs:
|
|||
- name: Format and lint PHP code
|
||||
run: composer run lint:php
|
||||
|
||||
- name: Format and lint JS code
|
||||
run: composer run format:js && composer run lint:js
|
||||
- name: Lint JS code
|
||||
run: composer run lint:js
|
||||
|
||||
# TODO: Fix CSS errors
|
||||
#- name: Format and lint CSS code
|
||||
|
|
Reference in a new issue