mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): See if setting columns helps
This commit is contained in:
parent
ba0d73e480
commit
53a7a51171
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -13,6 +13,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
CARGO_TERM_COLOR: always
|
||||
CLICOLOR: 1
|
||||
COLUMNS: 130
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
1
.github/workflows/rust-next.yml
vendored
1
.github/workflows/rust-next.yml
vendored
|
@ -11,6 +11,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
CARGO_TERM_COLOR: always
|
||||
CLICOLOR: 1
|
||||
COLUMNS: 130
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue