From 9b79edb187bb223d4e64400f14d981e88eb6120d Mon Sep 17 00:00:00 2001 From: Richard Schneeman Date: Tue, 5 Sep 2023 15:07:39 -0500 Subject: [PATCH] Fix CI section naming --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 444b69f1..cd83e034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,6 @@ jobs: uses: Swatinem/rust-cache@v2.5.1 - name: Build binary run: cargo build --bin print_style_guide - - name: "PRINT: Error output" + - name: "PRINT: Style guide" run: | # Use `script -e -c` to pretend to be a TTY for pack terminal color support script -e -c "cargo run --bin print_style_guide"