File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ name: Clippy Test (bors)
33on :
44 push :
55 branches : [auto, try]
6- # Don't run tests, when only textfiles were modified
7- paths-ignore :
8- - ' COPYRIGHT'
9- - ' LICENSE-*'
10- - ' **.md'
11- - ' **.txt'
126
137env :
148 RUST_BACKTRACE : 1
Original file line number Diff line number Diff line change 11name : Clippy Dev Test
22
33on :
4- # Only run on paths, that get checked by the clippy_dev tool
54 push :
6- paths :
7- - ' CAHNGELOG.md'
8- - ' README.md'
9- - ' **.stderr'
10- - ' **.rs'
5+ branches : [auto, try]
116 pull_request :
7+ # Only run on paths, that get checked by the clippy_dev tool
128 paths :
139 - ' CAHNGELOG.md'
1410 - ' README.md'
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: Remark
22
33on :
44 push :
5- paths :
6- - ' **.md'
5+ branches : [auto, try]
76 pull_request :
87 paths :
98 - ' **.md'
You can’t perform that action at this time.
0 commit comments