From a22ebb3585bf702b775dc7effc3c551e2e68b968 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 13 Jul 2024 12:32:40 +0200 Subject: [PATCH] #1: QS Workflow --- .gitea/workflows/qs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/qs.yml b/.gitea/workflows/qs.yml index 82f6e92..c564f93 100644 --- a/.gitea/workflows/qs.yml +++ b/.gitea/workflows/qs.yml @@ -6,13 +6,13 @@ jobs: name: "Check" runs-on: "ubuntu-latest" container: - image: "git.euph.dev/actions/runner-php-8.3:latest" + image: "git.euph.dev/actions/runner-php-8.3:550" steps: - name: "Checkout" uses: "https://git.euph.dev/actions/checkout@v3" - - name: "composer install" + - name: "Prepare" run: | + cd app composer check-platform-reqs composer install --no-scripts --audit - - name: "npm install" - run: "npm install --no-fund" + npm install --no-fund