ci: rename steps

Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-11-25 15:43:05 +00:00
parent 851abcae57
commit ae9bcda712
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ env:
jobs:
lint:
name: Lint
name: Check and Lint
runs-on: ubuntu-latest
steps:
@ -78,7 +78,7 @@ jobs:
run: cargo test --workspace --all-targets --all-features
test-docs-sdk:
name: Docs SDK
name: Check Docs - dapr
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: -Dwarnings
@ -89,7 +89,7 @@ jobs:
- run: cargo docs-rs -p dapr
test-docs-macros:
name: Docs Macros
name: Check Docs - dapr-macros
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: -Dwarnings