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
|
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 New Issue
Block a user