File tree Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 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
2121env :
2222 RUST_BACKTRACE : 1
Original file line number Diff line number Diff line change 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
1313env :
1414 RUST_BACKTRACE : 1
Original file line number Diff line number Diff line change 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
1818env :
1919 RUST_BACKTRACE : 1
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Remark
33on :
44 push :
55 paths :
6- - ' **.md'
6+ - ' **.md'
77 pull_request :
88 paths :
9- - ' **.md'
9+ - ' **.md'
1010
1111jobs :
1212 remark :
You can’t perform that action at this time.
0 commit comments