Skip to content

Commit

Permalink
Fix CI section naming
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Sep 5, 2023
1 parent b15aeaa commit 9b79edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ jobs:
uses: Swatinem/[email protected]
- 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"

0 comments on commit 9b79edb

Please sign in to comment.