Skip to content

Commit

Permalink
chore: Tune CI formatting params (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Feb 27, 2024
1 parent cc8ad48 commit 17f6516
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
COLUMNS: "120"
FORCE_COLOR: "1"
PYTHONUNBUFFERED: "1"

jobs:
lint:
name: Static analysis
Expand Down

0 comments on commit 17f6516

Please sign in to comment.