You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ jobs:
44
44
- name: Check composer.json normalization
45
45
run: composer normalize --diff --dry-run
46
46
47
+
- name: Check README examples are in sync
48
+
run: |
49
+
vendor/bin/readme-examples-sync
50
+
git diff --exit-code README.md || (echo "README.md is out of sync with example files. Run 'vendor/bin/readme-examples-sync' and commit the changes." && exit 1)
0 commit comments