mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add better sorting/filtering/pagination (#458)
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -25,5 +25,8 @@ jobs:
|
||||
cd server
|
||||
bun install --frozen-lockfile
|
||||
|
||||
- name: Validate the data
|
||||
run: bun run validate
|
||||
- name: Validate the data & the server
|
||||
run: |
|
||||
bun run validate
|
||||
cd server
|
||||
bun run validate
|
||||
|
Reference in New Issue
Block a user