fix: remove JS formatting command

This commit is contained in:
Ben Goldsworthy 2021-04-15 15:17:38 +01:00
parent 6d193af5de
commit fc0da5ec11

View file

@ -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