mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -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
|
RUST_BACKTRACE: 1
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
CLICOLOR: 1
|
CLICOLOR: 1
|
||||||
|
COLUMNS: 130
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|
1
.github/workflows/rust-next.yml
vendored
1
.github/workflows/rust-next.yml
vendored
|
@ -11,6 +11,7 @@ env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
CLICOLOR: 1
|
CLICOLOR: 1
|
||||||
|
COLUMNS: 130
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue