We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1bcc8 commit 507eb3dCopy full SHA for 507eb3d
.github/workflows/checks.yml
@@ -10,6 +10,4 @@ jobs:
10
with: { node-version: lts/*, cache: "pnpm" }
11
- run: pnpm install
12
- run: pnpm run lint
13
- - run: pnpm vitest --coverage
14
- # - uses: codecov/codecov-action@v5
15
- # with: { token: "${{ secrets.CODECOV_TOKEN }}" }
+ - run: pnpm test
0 commit comments