#1: QS Workflow
Some checks failed
Quality Check / Check (push) Failing after 13s

This commit is contained in:
Snoweuph 2024-07-13 12:32:40 +02:00
parent 37a63c29cc
commit 40e7eda455
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -10,9 +10,11 @@ jobs:
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"
- name: "Prepare"
run: |
npm install --no-fund