Skip to content

Commit

Permalink
chore: Enabled quiet mode for CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Apr 16, 2024
1 parent 2ac8553 commit 8a7d44f
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 174 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 8a7d44f

Please sign in to comment.