Skip to content

ci: Migrate to reusable quality workflow with PHPUnit and Newman #10

ci: Migrate to reusable quality workflow with PHPUnit and Newman

ci: Migrate to reusable quality workflow with PHPUnit and Newman #10

Workflow file for this run

name: Code Quality
on:
push:
branches: [main, development, feature/**, bugfix/**, hotfix/**]
pull_request:
<<<<<<< Updated upstream

Check failure on line 7 in .github/workflows/code-quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-quality.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
branches: [main, beta, development]
=======
branches: [main, master, development]
>>>>>>> Stashed changes
jobs:
quality:
uses: ConductionNL/.github/.github/workflows/quality.yml@main
with:
app-name: softwarecatalog
php-version: "8.3"
<<<<<<< Updated upstream
=======
nextcloud-ref: stable32
>>>>>>> Stashed changes
enable-psalm: true
enable-phpstan: true
enable-phpmetrics: true
enable-frontend: true
enable-eslint: true
<<<<<<< Updated upstream
=======
enable-phpunit: true
enable-newman: true
newman-collection-path: "tests"
>>>>>>> Stashed changes