From 7e694b4e756e21b6197eb40ec407985991dc71ff Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Fri, 23 Jan 2026 01:08:22 -0800 Subject: [PATCH] test upload artifiact action v2 skip the checksytle and phpstan scripts for now --- .gitea/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index db09f99..243330f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -126,12 +126,6 @@ jobs: composer install --no-progress --prefer-dist --optimize-autoloader fi - - name: Run phpstan - run: vendor/bin/phpstan analyse src tests --error-format=github > phpstan.errors - - - name: Run phpcs - run: composer cs-check - - run: mkdir -p art - run: echo hello > art/world.txt - uses: actions/upload-artifact@v4