From bd0f2dafc339c4e09275f34b15f6eb03878296d4 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 26 Jun 2021 15:54:36 +0900 Subject: [PATCH] enable color output in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a870496f..e23826be0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: CGO_ENABLED: 0 - run: go test -v -race -coverprofile coverage.txt -covermode=atomic # Dog fooding 🐶 - - run: ./actionlint + - run: ./actionlint -color - uses: codecov/codecov-action@v1 lint: name: Lint