From ae9bcda712c25cc4561d41e8937eaa994587133f Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Mon, 25 Nov 2024 15:43:05 +0000 Subject: [PATCH] ci: rename steps Signed-off-by: Mike Nguyen --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e78b1f..05a0ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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