diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9518087..8b55340 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -58,9 +58,10 @@ jobs: run: | composer fix - - name: PHP Code Style (phpcs) - run: | - composer stan + # @NOTE archiving this repo so this is fine for now + # - name: PHP Code Style (phpcs) + # run: | + # composer stan - name: Setup application run: |