remove ableist language

This commit is contained in:
Jonathan Wren 2020-11-21 11:17:19 -08:00
parent 97d539e747
commit 03403f972a
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -64,7 +64,7 @@ jobs:
# Change unreleased link to correct url
sed -i 's!https://pypi.org/project/jrnl/HEAD/!https://github.com/jrnl-org/jrnl/!' "$FILENAME"
- name: Sanity check
- name: Consistency check
run: |
if [[ $(grep '^# Changelog$' "$FILENAME") != 1 ]]; then
echo 'Something is wrong with the changelog.'