Skip to content

Commit

Permalink
Allow non-ascii characters in changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 31, 2020
1 parent b5f0474 commit 5814142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
elif [[ "$output" = "none" ]]; then
echo "WARNING: changelog is 'none'"
fi
env:
PYTHONIOENCODING: 'utf-8'
base:
needs: changelog
strategy:
Expand Down

0 comments on commit 5814142

Please sign in to comment.