Skip to content

Commit f49f97f

Browse files
committed
Run prettier
1 parent 2946217 commit f49f97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CLI Tests
33
on:
44
push:
55
paths:
6-
- 'cli/**'
6+
- "cli/**"
77

88
jobs:
99
test:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: '14'
20+
node-version: "14"
2121

2222
- name: Install dependencies
2323
run: npm install

0 commit comments

Comments
 (0)