Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 030aabb

Browse files
committed
Fix YAML
1 parent 6ed4f98 commit 030aabb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ jobs:
114114
uses: sass/clone-linked-repo@v1
115115
with: {repo: sass/sass, path: language}
116116

117-
- name: Embedded host: npm install
117+
- name: "Embedded host: npm install"
118118
run: npm install
119119
working-directory: embedded-host-node
120-
- name: Embedded host: npm run init
120+
- name: "Embedded host: npm run init"
121121
run: |
122122
npm run init -- --protocol-path=../build/embedded-protocol --compiler-path=.. --api-path=../language
123123
working-directory: embedded-host-node

0 commit comments

Comments
 (0)