From a9d14abc3ccaf82e5d901970183b7e7aca6f65cb Mon Sep 17 00:00:00 2001 From: Alfred Nutile Date: Sun, 14 Apr 2024 17:42:05 -0400 Subject: [PATCH] remove stan for the old code base --- .github/workflows/ci-cd.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: |