Skip to content

Commit

Permalink
chore: improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Dec 26, 2024
1 parent cb50e0a commit eef7666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ jobs:
- name: test
run: pnpm test:ci

- name: build
run: pnpm build

- name: typecheck
run: pnpm tsc
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
ParsedExpectVitestFnCall
} from './parse-vitest-fn-call'

interface PluginDocs {
export interface PluginDocs {
recommended?: boolean
requiresTypeChecking?: boolean
}
Expand Down

0 comments on commit eef7666

Please sign in to comment.