Skip to content

Commit 538820b

Browse files
committed
fix(ci): quote job name containing colon in ci.yml workflow
1 parent e2b3744 commit 538820b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: cargo check ${{ env.CHECK_ARGS }}
5050

5151
check-no-std-matrix:
52-
name: Check (no_std: ${{ matrix.target }})
52+
name: "Check (no_std: ${{ matrix.target }})"
5353
runs-on: ubuntu-latest
5454
strategy:
5555
fail-fast: false

0 commit comments

Comments
 (0)