Skip to content

Commit a1759ba

Browse files
committed
Indent paths
1 parent 974d890 commit a1759ba

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/workflows/clippy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ on:
66
branches-ignore: [auto, try]
77
# Don't run Clippy tests, when only textfiles were modified
88
paths-ignore:
9-
- 'COPYRIGHT'
10-
- 'LICENSE-*'
11-
- '**.md'
12-
- '**.txt'
9+
- 'COPYRIGHT'
10+
- 'LICENSE-*'
11+
- '**.md'
12+
- '**.txt'
1313
pull_request:
1414
# Don't run Clippy tests, when only textfiles were modified
1515
paths-ignore:
16-
- 'COPYRIGHT'
17-
- 'LICENSE-*'
18-
- '**.md'
19-
- '**.txt'
16+
- 'COPYRIGHT'
17+
- 'LICENSE-*'
18+
- '**.md'
19+
- '**.txt'
2020

2121
env:
2222
RUST_BACKTRACE: 1

.github/workflows/clippy_bors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
branches: [auto, try]
66
# Don't run tests, when only textfiles were modified
77
paths-ignore:
8-
- 'COPYRIGHT'
9-
- 'LICENSE-*'
10-
- '**.md'
11-
- '**.txt'
8+
- 'COPYRIGHT'
9+
- 'LICENSE-*'
10+
- '**.md'
11+
- '**.txt'
1212

1313
env:
1414
RUST_BACKTRACE: 1

.github/workflows/clippy_dev.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
# Only run on paths, that get checked by the clippy_dev tool
55
push:
66
paths:
7-
- 'CAHNGELOG.md'
8-
- 'README.md'
9-
- '**.stderr'
10-
- '**.rs'
7+
- 'CAHNGELOG.md'
8+
- 'README.md'
9+
- '**.stderr'
10+
- '**.rs'
1111
pull_request:
1212
paths:
13-
- 'CAHNGELOG.md'
14-
- 'README.md'
15-
- '**.stderr'
16-
- '**.rs'
13+
- 'CAHNGELOG.md'
14+
- 'README.md'
15+
- '**.stderr'
16+
- '**.rs'
1717

1818
env:
1919
RUST_BACKTRACE: 1

.github/workflows/remark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Remark
33
on:
44
push:
55
paths:
6-
- '**.md'
6+
- '**.md'
77
pull_request:
88
paths:
9-
- '**.md'
9+
- '**.md'
1010

1111
jobs:
1212
remark:

0 commit comments

Comments
 (0)