Skip to content

Commit 6979c5f

Browse files
committed
ci: auto-format file
1 parent 9b2de48 commit 6979c5f

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
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run cargo test
5151
run: cargo test --all-features
5252
env:
53-
RUSTDOCFLAGS: --cfg docsrs
53+
RUSTDOCFLAGS: --cfg docsrs
5454
msrv:
5555
name: MSRV
5656
runs-on: ubuntu-latest
@@ -59,6 +59,6 @@ jobs:
5959
- name: Install MSRV
6060
uses: dtolnay/rust-toolchain@1.89
6161
with:
62-
components: rustfmt, clippy
62+
components: rustfmt, clippy
6363
- name: Check MSRV compatibility
6464
run: cargo check --all-features

0 commit comments

Comments
 (0)