From 26bbc1cbdb62ccf21b99f2a6fc18445a2e230149 Mon Sep 17 00:00:00 2001 From: Luuk Verhoeven Date: Tue, 26 Sep 2023 13:41:32 +0200 Subject: [PATCH] Add CI workflows --- .github/workflows/code_quality.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index d8d5655..8a04978 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -18,7 +18,11 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit - fetch-depth: 0 # a full history is required for pull request analysis + fetch-depth: 0 + - uses: shivammathur/setup-php@v2 + with: + php-version: 8.0 + # TODO add Moodle - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2023.2 env: