Fix CI and README badges
This commit is contained in:
parent
f79fbdead9
commit
567aabda81
|
@ -1,7 +1,13 @@
|
|||
name: Clippy check
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- '.github/**'
|
||||
|
||||
env:
|
||||
RUSTFLAGS: "-Dwarnings"
|
||||
|
|
|
@ -1,8 +1,14 @@
|
|||
name: Code formatting
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- '.github/**'
|
||||
|
||||
jobs:
|
||||
fmt_check:
|
||||
|
|
|
@ -1,8 +1,18 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'CHANGELOG.md'
|
||||
- 'LICENSE.md'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'CHANGELOG.md'
|
||||
- 'LICENSE.md'
|
||||
- 'README.md'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
[](https://github.com/sponsors/Lymphatus)
|
||||
[](https://github.com/Lymphatus/caesium-clt/actions?query=workflow%3ATest)
|
||||
[](https://github.com/Lymphatus/caesium-clt/actions/workflows/clippy.yaml)
|
||||
[](https://github.com/Lymphatus/caesium-clt/actions/workflows/fmt.yaml)
|
||||
[](https://github.com/Lymphatus/caesium-clt/actions/workflows/clippy.yml)
|
||||
[](https://github.com/Lymphatus/caesium-clt/actions/workflows/fmt.yml)
|
||||
|
||||
v1.0.0-beta.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue