Add CI workflows

This commit is contained in:
Luuk Verhoeven
2023-09-26 13:41:32 +02:00
parent 5d615ddb24
commit 26bbc1cbdb

View File

@@ -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: