Skip to content

Commit 11db0f0

Browse files
committed
fix(test): quote 'name' field of .github/workflows/node.js.yml
1 parent d21a69d commit 11db0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
jobs:
77
build:
8-
name: Node.js build: fmt, ci, lint, test
8+
name: 'Node.js build: fmt, ci, lint, test'
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:

0 commit comments

Comments
 (0)