mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Allow non-ascii characters in changelog check
This commit is contained in:
parent
dfdea56e99
commit
ab43951d41
1 changed files with 2 additions and 0 deletions
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 a new issue