Allow non-ascii characters in changelog check
This commit is contained in:
parent
dfdea56e99
commit
ab43951d41
2
.github/workflows/clippy_bors.yml
vendored
2
.github/workflows/clippy_bors.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
||||
elif [[ "$output" = "none" ]]; then
|
||||
echo "WARNING: changelog is 'none'"
|
||||
fi
|
||||
env:
|
||||
PYTHONIOENCODING: 'utf-8'
|
||||
base:
|
||||
needs: changelog
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user