mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 00:53:31 +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
|
elif [[ "$output" = "none" ]]; then
|
||||||
echo "WARNING: changelog is 'none'"
|
echo "WARNING: changelog is 'none'"
|
||||||
fi
|
fi
|
||||||
|
env:
|
||||||
|
PYTHONIOENCODING: 'utf-8'
|
||||||
base:
|
base:
|
||||||
needs: changelog
|
needs: changelog
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue