Skip to content

Bump the development-dependencies group across 1 directory with 35 updates #360

Bump the development-dependencies group across 1 directory with 35 updates

Bump the development-dependencies group across 1 directory with 35 updates #360

Workflow file for this run

name: Newsfile
on:
pull_request:
branches: [ main ]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: # Needed for comparison
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- run: pip install towncrier==21.9.0
- name: ":newspaper: Newsfile"
run: python3 -m towncrier.check --compare-with=origin/main