mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 05:12:36 +04:00
Unify workspace lint, format, and type-check quality gates (#2732)
This commit is contained in:
@@ -25,5 +25,8 @@ jobs:
|
||||
- name: Install pnpm dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Lint Markdown
|
||||
- name: Lint
|
||||
run: pnpm run lint
|
||||
|
||||
- name: Type Check
|
||||
run: pnpm run type-check
|
||||
|
||||
Reference in New Issue
Block a user