Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@

jobs:
quality:
uses: Conduction/.github/.github/workflows/quality.yml@main
uses: ConductionNL/.github/.github/workflows/quality.yml@main
with:
app-name: larpingapp
php-version: "8.3"
# appinfo/info.xml declares <nextcloud min-version="28" max-version="32"/>,
# so the PHPUnit matrix only targets the supported server branches.
php-test-versions: '["8.3", "8.4"]'
nextcloud-test-refs: '["stable31", "stable32"]'
enable-psalm: false
# PHPStan runs clean at level 5 with an empty baseline after the legacy
# quality cleanup (larpingapp-legacy-quality-cleanup), so it is now part
# of the unified CI gate alongside phpcs + phpmd.
enable-phpstan: true
enable-phpmetrics: true
enable-frontend: true
enable-eslint: true
enable-phpunit: true

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
Loading