Skip to content

Commit 089caa1

Browse files
committed
fixup! add ci pipeline
1 parent 25f0013 commit 089caa1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/fmt-check.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- name: Checkout repository
11-
uses: actions/checkout@v2
10+
- name: Checkout repository
11+
uses: actions/checkout@v2
1212

13-
- name: Set up Node.js
14-
uses: actions/setup-node@v2
15-
with:
16-
node-version: '23'
13+
- name: Set up Node.js
14+
uses: actions/setup-node@v2
15+
with:
16+
node-version: "23"
1717

18-
- name: Install dev dependencies
19-
run: npm install --only=dev
18+
- name: Install dev dependencies
19+
run: npm install --only=dev
2020

21-
- name: Run format check
22-
run: npm run fmt-check
21+
- name: Run format check
22+
run: npm run fmt-check

0 commit comments

Comments
 (0)