Remove rnadom script
This commit is contained in:
parent
9256377c13
commit
20433bd9f0
5 changed files with 936 additions and 250 deletions
|
|
@ -30,10 +30,11 @@ jobs:
|
|||
npx playwright install --with-deps chromium
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
run: npm run lint:check
|
||||
|
||||
- name: Typecheck
|
||||
run: |
|
||||
npm run unused:check
|
||||
npm run typecheck
|
||||
npm run typecheck:e2e
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue