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 e2856d9 commit f2de234Copy full SHA for f2de234
.github/workflows/lint.yml
@@ -4,6 +4,7 @@ jobs:
4
steps:
5
- uses: actions/checkout@v4
6
- uses: ./.github/actions/prepare
7
+ - run: pnpm build
8
- run: pnpm lint
9
10
name: Lint
.github/workflows/test.yml
- run: pnpm run test --coverage
- name: Codecov
uses: codecov/codecov-action@v3
0 commit comments