diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d2c60f10..6c6fa1f3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -66,4 +66,4 @@ jobs: run: composer --no-interaction validate --no-check-all - name: Detect coding standard violations (PHPCS) - run: composer run lint:php + run: composer run lint