Skip to content

Commit 47d01e7

Browse files
committed
validate all changelogs
1 parent 17a4fa6 commit 47d01e7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
files: |
2121
.changes/*.json
2222
23-
- name: Validate Changelog Files
23+
- name: Validate Changelog
2424
id: changelog
2525
run: |
2626
set -x
@@ -34,10 +34,6 @@ jobs:
3434
echo "Must add or remove changes or add the 'no changelog' label"
3535
exit 1
3636
else
37-
basenames=()
38-
for path in "${added_modified[@]}"; do
39-
basenames+=($(basename "${path}"))
40-
done
41-
cargo xtask changelog validate "${basenames[@]}"
37+
cargo xtask changelog validate
4238
fi
4339
fi

0 commit comments

Comments
 (0)