Skip to content

Commit 7d81720

Browse files
committed
fix(root): lint github action
1 parent cfeacc3 commit 7d81720

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: Run lint
22
on:
33
push:
44

@@ -12,8 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v4
15-
with:
16-
version: 10
1715
- name: Use Node.js ${{ matrix.node-version }}
1816
uses: actions/setup-node@v4
1917
with:

0 commit comments

Comments
 (0)