Skip to content

Commit d2e3d7e

Browse files
style: format config files
1 parent 05a4578 commit d2e3d7e

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on:
44
pull_request:
55
paths-ignore:
6-
- 'docs/**'
6+
- "docs/**"
77
push:
88
branches:
99
- main
1010
paths-ignore:
11-
- 'docs/**'
11+
- "docs/**"
1212

1313
jobs:
1414
build:

docs/.vitepress/config.mts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export default defineConfig({
2828
},
2929
],
3030

31-
socialLinks: [
32-
{ icon: "github", link: "https://github.com/monarch-orm/monarch" },
33-
],
31+
socialLinks: [{ icon: "github", link: "https://github.com/monarch-orm/monarch" }],
3432
},
3533
});

0 commit comments

Comments
 (0)