Skip to content

Commit b1ab7b8

Browse files
committed
ci: clippy_dev.yml: formatting
1 parent 346ca3c commit b1ab7b8

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/clippy_dev.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
pull_request:
99
# Only run on paths, that get checked by the clippy_dev tool
1010
paths:
11-
- 'CHANGELOG.md'
12-
- 'README.md'
13-
- '**.stderr'
14-
- '**.rs'
11+
- "CHANGELOG.md"
12+
- "README.md"
13+
- "**.stderr"
14+
- "**.rs"
1515

1616
env:
1717
RUST_BACKTRACE: 1
@@ -21,35 +21,35 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
# Setup
25-
- name: Checkout
26-
uses: actions/[email protected]
24+
# Setup
25+
- name: Checkout
26+
uses: actions/[email protected]
2727

28-
- name: remove toolchain file
29-
run: rm rust-toolchain
28+
- name: remove toolchain file
29+
run: rm rust-toolchain
3030

31-
- name: rust-toolchain
32-
uses: actions-rs/[email protected]
33-
with:
34-
toolchain: nightly
35-
target: x86_64-unknown-linux-gnu
36-
profile: minimal
37-
components: rustfmt
38-
default: true
31+
- name: rust-toolchain
32+
uses: actions-rs/[email protected]
33+
with:
34+
toolchain: nightly
35+
target: x86_64-unknown-linux-gnu
36+
profile: minimal
37+
components: rustfmt
38+
default: true
3939

40-
# Run
41-
- name: Build
42-
run: cargo build --features deny-warnings
43-
working-directory: clippy_dev
40+
# Run
41+
- name: Build
42+
run: cargo build --features deny-warnings
43+
working-directory: clippy_dev
4444

45-
- name: Test limit_stderr_length
46-
run: cargo dev limit_stderr_length
45+
- name: Test limit_stderr_length
46+
run: cargo dev limit_stderr_length
4747

48-
- name: Test update_lints
49-
run: cargo dev update_lints --check
48+
- name: Test update_lints
49+
run: cargo dev update_lints --check
5050

51-
- name: Test fmt
52-
run: cargo dev fmt --check
51+
- name: Test fmt
52+
run: cargo dev fmt --check
5353

5454
# These jobs doesn't actually test anything, but they're only used to tell
5555
# bors the build completed, as there is no practical way to detect when a

0 commit comments

Comments
 (0)