Skip to content

Commit

Permalink
chore: Enabled quiet mode for CI runs (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Apr 16, 2024
1 parent 2ac8553 commit d190a9a
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 2,565 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
workflow_dispatch:

env:
# Enable versioned runner quiet mode to make CI output easier to read:
OUTPUT_MODE: quiet

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit d190a9a

Please sign in to comment.