Skip to content

Update our dependencies #88

Update our dependencies

Update our dependencies #88

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
changelog:
# TODO: Change to 'main'
if: ${{ github.base_ref == 'master' || contains(github.base_ref, 'release-') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: actions/setup-python@v3
- run: pip install towncrier==19.2.0
- run: scripts/changelog-check.sh
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}