Skip to content

chore: Harmonize .gitignore with shared template #74

chore: Harmonize .gitignore with shared template

chore: Harmonize .gitignore with shared template #74

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [main, beta, development]
jobs:
quality:
uses: ConductionNL/.github/.github/workflows/quality.yml@main
with:
app-name: softwarecatalog
php-version: "8.3"
nextcloud-test-refs: '["stable32"]'
enable-psalm: true
enable-phpstan: true
enable-phpmetrics: true
enable-frontend: true
enable-eslint: true
enable-phpunit: true
enable-sbom: true
additional-apps: '[{"repo":"ConductionNL/openregister","app":"openregister"}]'
enable-newman: true
newman-collection-path: "tests"