Skip to content

Commit 8691ab7

Browse files
committed
Improve GitHub workflow configurations
Improvements to GitHub workflow configurations: - Fixes code style issues - Improves naming of files, workflows and jobs - Adds scheduled workflow for dependency validation - Allows the check for outdated Symfony recipes to fail
1 parent df27e65 commit 8691ab7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/linting-dependencies.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ jobs:
4646
# todo fail when composer.lock changed and there is an outdated recipe
4747
- name: Check if any Symfony recipes are outdated
4848
if: always() && steps.install.outcome == 'success'
49-
continue-on-error: true
5049
run: composer recipes --outdated

0 commit comments

Comments
 (0)