Skip to content

Commit 898ff38

Browse files
authored
chore: fix error lint
1 parent 9b9bb41 commit 898ff38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20+
- name: Install pnpm
21+
uses: pnpm/action-setup@v4
22+
2023
- name: Use Node.js
2124
uses: actions/setup-node@v4
2225
with:

0 commit comments

Comments
 (0)