diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3a00a7a..4c7729d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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