Skip to content

Commit 4560257

Browse files
authored
ci(assets): use zod in json-validation (@fehmer) (monkeytypegame#6902)
1 parent d264fce commit 4560257

40 files changed

+589
-472
lines changed

.github/workflows/monkey-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,15 @@ jobs:
280280

281281
- name: Validate language assets
282282
if: steps.filter.outputs.languages == 'true'
283-
run: npm run check-language-assets
283+
run: npm run check-assets-languages
284284

285285
- name: Validate quote assets
286286
if: steps.filter.outputs.quotes == 'true'
287-
run: npm run check-quotes-assets
287+
run: npm run check-assets-quotes
288288

289289
- name: Validate other assets
290290
if: steps.filter.outputs.others == 'true'
291-
run: npm run check-other-assets
291+
run: npm run check-assets-others
292292

293293
ci-pkg:
294294
name: ci-pkg

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
docker/
55
*.min.js
66
*.min.css
7-
layouts.ts
87
quotes/*
98
chartjs-plugin-*.js
109
sound/*

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@types/subset-font": "1.4.3",
4848
"@types/throttle-debounce": "5.0.2",
4949
"@vitest/coverage-v8": "3.2.4",
50-
"ajv": "8.12.0",
5150
"autoprefixer": "10.4.20",
5251
"concurrently": "8.2.2",
5352
"dotenv": "16.4.5",

0 commit comments

Comments
 (0)