Skip to content

Commit cde4a50

Browse files
committed
fix: Resolve merge conflict in quality workflow
1 parent 61b4dea commit cde4a50

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,20 @@ on:
44
push:
55
branches: [main, development, feature/**, bugfix/**, hotfix/**]
66
pull_request:
7-
<<<<<<< Updated upstream
87
branches: [main, beta, development]
9-
=======
10-
branches: [main, master, development]
11-
>>>>>>> Stashed changes
128

139
jobs:
1410
quality:
1511
uses: ConductionNL/.github/.github/workflows/quality.yml@main
1612
with:
1713
app-name: softwarecatalog
1814
php-version: "8.3"
19-
<<<<<<< Updated upstream
20-
=======
2115
nextcloud-ref: stable32
22-
>>>>>>> Stashed changes
2316
enable-psalm: true
2417
enable-phpstan: true
2518
enable-phpmetrics: true
2619
enable-frontend: true
2720
enable-eslint: true
28-
<<<<<<< Updated upstream
29-
=======
3021
enable-phpunit: true
3122
enable-newman: true
3223
newman-collection-path: "tests"
33-
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)