Skip to content

Commit

Permalink
Apply towncrier to check changelog correctness (#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Oct 9, 2019
1 parent 1864880 commit 9c77d18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/stage-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stages:
- stage: lint
displayName: 'Run linters'
displayName: 'Lint'

jobs:
- job: 'flake8'
Expand Down Expand Up @@ -98,9 +98,11 @@ stages:
- script: |
apt install libenchant-dev
pip install -r requirements/doc-spelling.txt
pip install -r requirements/towncrier.txt
displayName: 'Install deps'
- script: |
towncrier --yes
make doc
displayName: 'Run docs checker'
env:
Expand Down

0 comments on commit 9c77d18

Please sign in to comment.