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 29d26cf commit d294d50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Check Towncrier Files
run: |
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
# note: exclude python 3.10+ from mypy checks as these produce false
# positives in installed libraries for python 3.7
- name: Configure Python
Expand Down

0 comments on commit d294d50

Please sign in to comment.