CI: Force color support for Rustfmt (#230)

Co-authored-by: Thomas Schönauer <37108907+DottoDev@users.noreply.github.com>
This commit is contained in:
Guilherme Silva
2022-11-26 20:21:29 -03:00
committed by GitHub
parent f6ec6c76db
commit 70045fca29

View File

@@ -26,6 +26,8 @@ jobs:
components: rustfmt
- name: Run cargo fmt
env:
TERM: xterm-256color
run: |
cargo fmt --all -- --check