Skip to content

Commit

Permalink
check towncrier message format in lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jul 10, 2024
1 parent bad0c93 commit 25b407e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:

- name: Check Towncrier Files
run: |
if $(ls changes.d | grep ^[a-z].*.md); then
set -eu pipefail
if ls changes.d | grep ^[a-z].*.md; then
echo "the following towncrier files may be wrong:"
ls changes.d | grep ^[a-z].*.md
exit 1
Expand Down

0 comments on commit 25b407e

Please sign in to comment.