Skip to content

Update hook for pyarrow #381

Update hook for pyarrow

Update hook for pyarrow #381

---
name: Validate news entries
on:
pull_request:
workflow_dispatch:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate new news items
run: python scripts/verify-news-fragments.py
- name: Install towncrier
run: pip install -qU setuptools wheel towncrier
- name: Run towncrier
run: towncrier --draft