Skip to content

Commit

Permalink
enable color output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jun 26, 2021
1 parent 75a18ee commit bd0f2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd0f2da

Please sign in to comment.