Skip to content

Commit

Permalink
ci: enable log color
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 1, 2023
1 parent 830c6a5 commit 20b3d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: actionlint
env:
AQUA_POLICY_CONFIG: ${{ github.workspace }}/aqua-policy.yaml
AQUA_LOG_COLOR: always
on:
pull_request:
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: pull_request

env:
AQUA_POLICY_CONFIG: ${{ github.workspace }}/aqua-policy.yaml
AQUA_LOG_COLOR: always
GHALINT_LOG_COLOR: always

permissions: {}

Expand Down

0 comments on commit 20b3d80

Please sign in to comment.