File tree 3 files changed +23
-14
lines changed
3 files changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,16 @@ insert_final_newline=true
11
11
12
12
[* .yml ]
13
13
indent_style =space
14
- indent_size =4
14
+ indent_size =2
15
+ tab_width =8
16
+ end_of_line =lf
17
+ charset =utf-8
18
+ trim_trailing_whitespace =true
19
+ insert_final_newline =true
20
+
21
+ [.github/** /* .yml ]
22
+ indent_style =space
23
+ indent_size =2
15
24
tab_width =8
16
25
end_of_line =lf
17
26
charset =utf-8
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v1
11
11
- uses : actions-rs/toolchain@v1
12
12
with :
13
- toolchain : nightly-2019-10-13
14
- override : true
13
+ toolchain : nightly-2019-10-13
14
+ override : true
15
15
- run : rustup component add clippy
16
16
- run : cargo fetch --verbose
17
17
- run : cargo clippy --all --all-targets -- -D warnings
23
23
- uses : actions/checkout@v1
24
24
- uses : actions-rs/toolchain@v1
25
25
with :
26
- toolchain : nightly-2019-10-13
27
- override : true
26
+ toolchain : nightly-2019-10-13
27
+ override : true
28
28
- run : rustup component add rustfmt
29
29
- run : cargo fmt -- --check
30
30
Original file line number Diff line number Diff line change 7
7
name : lint
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v1
11
- - uses : actions/setup-node@v1
12
- with :
13
- node-version : ' 10.x'
14
- - run : npm install yarn
15
- - working-directory : ./test
16
- run : yarn
17
- - working-directory : ./test
18
- run : yarn lint
10
+ - uses : actions/checkout@v1
11
+ - uses : actions/setup-node@v1
12
+ with :
13
+ node-version : ' 10.x'
14
+ - run : npm install yarn
15
+ - working-directory : ./test
16
+ run : yarn
17
+ - working-directory : ./test
18
+ run : yarn lint
You can’t perform that action at this time.
0 commit comments