Skip to content

Commit 3fd9b99

Browse files
committed
ci: auto-format file
1 parent ea7f02d commit 3fd9b99

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: ["master"]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: ["master"]
88

99
env:
1010
CARGO_TERM_COLOR: always
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install latest tested rust version
1919
uses: dtolnay/rust-toolchain@1.93
2020
with:
21-
components: rustfmt, clippy
21+
components: rustfmt, clippy
2222
- name: Run cargo check
2323
run: cargo check --benches --tests --examples --all-features
2424
- name: Run cargo clippy
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run cargo doc
2929
run: cargo doc --all-features --no-deps
3030
env:
31-
RUSTDOCFLAGS: --cfg docsrs
31+
RUSTDOCFLAGS: --cfg docsrs
3232
build:
3333
name: Build
3434
runs-on: ubuntu-latest
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run cargo test
5353
run: cargo test --all-features
5454
env:
55-
RUSTDOCFLAGS: --cfg docsrs
55+
RUSTDOCFLAGS: --cfg docsrs
5656
msrv:
5757
name: MSRV
5858
runs-on: ubuntu-latest
@@ -61,6 +61,6 @@ jobs:
6161
- name: Install MSRV
6262
uses: dtolnay/rust-toolchain@1.89
6363
with:
64-
components: rustfmt, clippy
64+
components: rustfmt, clippy
6565
- name: Check MSRV compatibility
6666
run: cargo check --all-features

0 commit comments

Comments
 (0)