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 9658bf5
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 243 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 9658bf5

Please sign in to comment.