Skip to content

hooks: sqlalchemy: collect plugins and dialects via entry-points #2490

hooks: sqlalchemy: collect plugins and dialects via entry-points

hooks: sqlalchemy: collect plugins and dialects via entry-points #2490

---
name: Validate new news entries
on:
pull_request: # Trigger on PRs to develop and v4
branches:
- develop
- v4
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate new news items
run: python scripts/verify-news-fragments.py
- name: Install towncrier
run: pip install -q -U setuptools wheel towncrier
- name: Run towncrier
run: towncrier --draft