Skip to content

Commit 80fe4bb

Browse files
committed
chore: fix prettier issue
1 parent 71e68a4 commit 80fe4bb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
jobs:
1010
test:
@@ -15,17 +15,17 @@ jobs:
1515
node-version: [18, 23]
1616

1717
steps:
18-
- name: Checkout code
19-
uses: actions/checkout@v4
18+
- name: Checkout code
19+
uses: actions/checkout@v4
2020

21-
- name: Setup Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v4
23-
with:
24-
node-version: ${{ matrix.node-version }}
25-
cache: 'npm'
21+
- name: Setup Node.js ${{ matrix.node-version }}
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: ${{ matrix.node-version }}
25+
cache: "npm"
2626

27-
- name: Install dependencies
28-
run: npm ci
27+
- name: Install dependencies
28+
run: npm ci
2929

30-
- name: Run verification
31-
run: npm run verify
30+
- name: Run verification
31+
run: npm run verify

0 commit comments

Comments
 (0)