diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index db1a7335553..69c47a02246 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -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