File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,20 @@ name: CI
33on :
44 push :
55 branches : [master, main]
6+ paths-ignore :
7+ - " *.md"
8+ - " docs/**"
9+ - " LICENSE"
10+ - " .gitignore"
11+ - " packages/**"
612 pull_request :
713 branches : [master, main]
14+ paths-ignore :
15+ - " *.md"
16+ - " docs/**"
17+ - " LICENSE"
18+ - " .gitignore"
19+ - " packages/**"
820
921env :
1022 CARGO_TERM_COLOR : always
2133 - uses : actions/checkout@v4
2234
2335 - name : Install Rust
24- uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
36+ uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
2537
2638 - name : Cache cargo registry
2739 uses : actions/cache@v4
7183 - uses : actions/checkout@v4
7284
7385 - name : Install Rust
74- uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
86+ uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
7587 with :
7688 components : clippy
7789
8597 - uses : actions/checkout@v4
8698
8799 - name : Install Rust
88- uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
100+ uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
89101 with :
90102 components : rustfmt
91103
You can’t perform that action at this time.
0 commit comments