Skip to content

Commit d4fa1a7

Browse files
committed
chore: fix action
1 parent 050f52e commit d4fa1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: ./.github/actions/setup-repo
16-
- run: pnpm run lint -- --max-warnings=0
16+
- run: pnpm run lint --max-warnings=0
1717
format:
1818
name: run format
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)