hookshot/.github/workflows/newsfile.yml
Will Hunt 311ac9f168
Start tracking coverage (#351)
* Start tracking coverage

* coverage test
2022-09-01 15:01:08 +00:00

20 lines
445 B
YAML

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