Skip to content

Commit 3c92ed9

Browse files
format: prettier
1 parent ea1e672 commit 3c92ed9

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

.deploy/dev/compose.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@ name: core-system-mock
33
services:
44
mock:
55
image: stoplight/prism:5.14.3
6-
command:
7-
[
8-
"mock",
9-
"https://nycu-sdc.github.io/core-system-api/tsp-output/schema/openapi.1.0.0.yaml",
10-
"--host",
11-
"0.0.0.0",
12-
"--port",
13-
"4010"
14-
]
6+
command: ["mock", "https://nycu-sdc.github.io/core-system-api/tsp-output/schema/openapi.1.0.0.yaml", "--host", "0.0.0.0", "--port", "4010"]
157
networks:
168
- traefik
179
labels:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Test Build and Format
22

33
on:
44
pull_request:

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm-lock.yaml

0 commit comments

Comments
 (0)