Skip to content

Commit

Permalink
chore: improve ci (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem authored Dec 26, 2024
1 parent 5f1aac9 commit b73cd8e
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 @@ -12,7 +12,7 @@ import {
} from './parse-vitest-fn-call'
import { RuleRecommendation, RuleRecommendationAcrossConfigs } from '@typescript-eslint/utils/ts-eslint'

interface PluginDocs {
export interface PluginDocs {
recommended?: boolean
requiresTypeChecking?: boolean
extendsBaseRule?: boolean | string;
Expand Down

0 comments on commit b73cd8e

Please sign in to comment.