File tree 4 files changed +30
-8
lines changed
4 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Clippy check
2
2
on :
3
- - push
4
- - pull_request
3
+ push :
4
+ paths :
5
+ - ' src/**'
6
+ - ' .github/**'
7
+ pull_request :
8
+ paths :
9
+ - ' src/**'
10
+ - ' .github/**'
5
11
6
12
env :
7
13
RUSTFLAGS : " -Dwarnings"
Original file line number Diff line number Diff line change 1
1
name : Code formatting
2
2
3
3
on :
4
- - push
5
- - pull_request
4
+ push :
5
+ paths :
6
+ - ' src/**'
7
+ - ' .github/**'
8
+ pull_request :
9
+ paths :
10
+ - ' src/**'
11
+ - ' .github/**'
6
12
7
13
jobs :
8
14
fmt_check :
Original file line number Diff line number Diff line change 1
1
name : Test
2
2
3
3
on :
4
- - push
5
- - pull_request
4
+ push :
5
+ paths-ignore :
6
+ - ' docs/**'
7
+ - ' CHANGELOG.md'
8
+ - ' LICENSE.md'
9
+ - ' README.md'
10
+ pull_request :
11
+ paths-ignore :
12
+ - ' docs/**'
13
+ - ' CHANGELOG.md'
14
+ - ' LICENSE.md'
15
+ - ' README.md'
6
16
7
17
env :
8
18
CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ ] ( https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86 )] ( https://github.com/sponsors/Lymphatus )
4
4
[ ![ Test] ( https://github.com/Lymphatus/caesium-clt/workflows/Test/badge.svg )] ( https://github.com/Lymphatus/caesium-clt/actions?query=workflow%3ATest )
5
- [ ![ Clippy] ( https://github.com/Lymphatus/caesium-clt/actions/workflows/clippy.yaml /badge.svg )] ( https://github.com/Lymphatus/caesium-clt/actions/workflows/clippy.yaml )
6
- [ ![ Code formatting] ( https://github.com/Lymphatus/caesium-clt/actions/workflows/fmt.yaml /badge.svg )] ( https://github.com/Lymphatus/caesium-clt/actions/workflows/fmt.yaml )
5
+ [ ![ Clippy] ( https://github.com/Lymphatus/caesium-clt/actions/workflows/clippy.yml /badge.svg )] ( https://github.com/Lymphatus/caesium-clt/actions/workflows/clippy.yml )
6
+ [ ![ Code formatting] ( https://github.com/Lymphatus/caesium-clt/actions/workflows/fmt.yml /badge.svg )] ( https://github.com/Lymphatus/caesium-clt/actions/workflows/fmt.yml )
7
7
8
8
v1.0.0-beta.0
9
9
You can’t perform that action at this time.
0 commit comments