From 70045fca2901bf9ea6f18750b6377ed1daaa95ae Mon Sep 17 00:00:00 2001 From: Guilherme Silva <626206+guihkx@users.noreply.github.com> Date: Sat, 26 Nov 2022 20:21:29 -0300 Subject: [PATCH] CI: Force color support for Rustfmt (#230) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thomas Schönauer <37108907+DottoDev@users.noreply.github.com> --- .github/workflows/check-and-lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-and-lint.yaml b/.github/workflows/check-and-lint.yaml index cb825f48..fbd0a531 100644 --- a/.github/workflows/check-and-lint.yaml +++ b/.github/workflows/check-and-lint.yaml @@ -26,6 +26,8 @@ jobs: components: rustfmt - name: Run cargo fmt + env: + TERM: xterm-256color run: | cargo fmt --all -- --check