We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050f52e commit d4fa1a7Copy full SHA for d4fa1a7
.github/workflows/main.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- uses: ./.github/actions/setup-repo
16
- - run: pnpm run lint -- --max-warnings=0
+ - run: pnpm run lint --max-warnings=0
17
format:
18
name: run format
19
runs-on: ubuntu-latest
0 commit comments