Skip to content

Commit 8abe827

Browse files
committed
run prettier format document
1 parent 6e00597 commit 8abe827

File tree

5 files changed

+474
-413
lines changed

5 files changed

+474
-413
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
pull_request:
55
branches:
6-
- '*'
6+
- "*"
77
push:
88
branches:
99
- main
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 'lts/*'
19+
node-version: "lts/*"
2020
- run: npm install
21-
# - run: npm run test
21+
# - run: npm run test

0 commit comments

Comments
 (0)