Skip to content

Commit f9d07fb

Browse files
swissspidyCopilot
andauthored
Update .github/workflows/reusable-regenerate-readme.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 42153d2 commit f9d07fb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/reusable-regenerate-readme.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
MISSING=0
109109
while IFS= read -r cmd; do
110110
ROOT=$(echo "$cmd" | awk '{print $1}')
111-
112111
if echo "$ROOTS" | grep -q "^$ROOT$"; then
113112
if ! echo "$DOCUMENTED" | grep -Fqx "$cmd"; then
114113
echo "::error::Missing command in composer.json: $cmd"

0 commit comments

Comments
 (0)