Update Github Action for TanStack Router Option
270972f1
1 file(s) · +152 −1
| 160 | 160 | - template: "shadcn" |
|
| 161 | 161 | rpc: false |
|
| 162 | 162 | tanstackQuery: true |
|
| 163 | - | router: "reactrouter" |
|
| 163 | + | router: "none" |
|
| 164 | 164 | linter: "biome" |
|
| 165 | 165 | test_name: "Shadcn + No RPC + TanStack Query + Biome" |
|
| 166 | 166 | ||
| 312 | 312 | rpc: false |
|
| 313 | 313 | tanstackQuery: true |
|
| 314 | 314 | router: "reactrouter" |
|
| 315 | + | linter: "biome" |
|
| 316 | + | test_name: "Shadcn + No RPC + TanStack Query + Biome" |
|
| 317 | + | ||
| 318 | + | # TanStack Router |
|
| 319 | + | # Default template combinations |
|
| 320 | + | - template: "default" |
|
| 321 | + | rpc: true |
|
| 322 | + | tanstackQuery: false |
|
| 323 | + | router: "tanstackrouter" |
|
| 324 | + | linter: "eslint" |
|
| 325 | + | test_name: "Default + RPC + No TanStack Query + ESLint" |
|
| 326 | + | - template: "default" |
|
| 327 | + | rpc: true |
|
| 328 | + | tanstackQuery: false |
|
| 329 | + | router: "tanstackrouter" |
|
| 330 | + | linter: "biome" |
|
| 331 | + | test_name: "Default + RPC + No TanStack Query + Biome" |
|
| 332 | + | - template: "default" |
|
| 333 | + | rpc: false |
|
| 334 | + | tanstackQuery: false |
|
| 335 | + | router: "tanstackrouter" |
|
| 336 | + | linter: "eslint" |
|
| 337 | + | test_name: "Default + No RPC + No TanStack Query + ESLint" |
|
| 338 | + | - template: "default" |
|
| 339 | + | rpc: false |
|
| 340 | + | tanstackQuery: false |
|
| 341 | + | router: "tanstackrouter" |
|
| 342 | + | linter: "biome" |
|
| 343 | + | test_name: "Default + No RPC + No TanStack Query + Biome" |
|
| 344 | + | - template: "default" |
|
| 345 | + | rpc: true |
|
| 346 | + | tanstackQuery: true |
|
| 347 | + | router: "tanstackrouter" |
|
| 348 | + | linter: "eslint" |
|
| 349 | + | test_name: "Default + RPC + TanStack Query + ESLint" |
|
| 350 | + | - template: "default" |
|
| 351 | + | rpc: true |
|
| 352 | + | tanstackQuery: true |
|
| 353 | + | router: "tanstackrouter" |
|
| 354 | + | linter: "biome" |
|
| 355 | + | test_name: "Default + RPC + TanStack Query + Biome" |
|
| 356 | + | - template: "default" |
|
| 357 | + | rpc: false |
|
| 358 | + | tanstackQuery: true |
|
| 359 | + | router: "tanstackrouter" |
|
| 360 | + | linter: "eslint" |
|
| 361 | + | test_name: "Default + No RPC + TanStack Query + ESLint" |
|
| 362 | + | - template: "default" |
|
| 363 | + | rpc: false |
|
| 364 | + | tanstackQuery: true |
|
| 365 | + | router: "tanstackrouter" |
|
| 366 | + | linter: "biome" |
|
| 367 | + | test_name: "Default + No RPC + TanStack Query + Biome" |
|
| 368 | + | ||
| 369 | + | # Tailwind template combinations |
|
| 370 | + | - template: "tailwind" |
|
| 371 | + | rpc: true |
|
| 372 | + | tanstackQuery: false |
|
| 373 | + | router: "tanstackrouter" |
|
| 374 | + | linter: "eslint" |
|
| 375 | + | test_name: "Tailwind + RPC + No TanStack Query + ESLint" |
|
| 376 | + | - template: "tailwind" |
|
| 377 | + | rpc: true |
|
| 378 | + | tanstackQuery: false |
|
| 379 | + | router: "tanstackrouter" |
|
| 380 | + | linter: "biome" |
|
| 381 | + | test_name: "Tailwind + RPC + No TanStack Query + Biome" |
|
| 382 | + | - template: "tailwind" |
|
| 383 | + | rpc: false |
|
| 384 | + | tanstackQuery: false |
|
| 385 | + | router: "tanstackrouter" |
|
| 386 | + | linter: "eslint" |
|
| 387 | + | test_name: "Tailwind + No RPC + No TanStack Query + ESLint" |
|
| 388 | + | - template: "tailwind" |
|
| 389 | + | rpc: false |
|
| 390 | + | tanstackQuery: false |
|
| 391 | + | router: "tanstackrouter" |
|
| 392 | + | linter: "biome" |
|
| 393 | + | test_name: "Tailwind + No RPC + No TanStack Query + Biome" |
|
| 394 | + | - template: "tailwind" |
|
| 395 | + | rpc: true |
|
| 396 | + | tanstackQuery: true |
|
| 397 | + | router: "tanstackrouter" |
|
| 398 | + | linter: "eslint" |
|
| 399 | + | test_name: "Tailwind + RPC + TanStack Query + ESLint" |
|
| 400 | + | - template: "tailwind" |
|
| 401 | + | rpc: true |
|
| 402 | + | tanstackQuery: true |
|
| 403 | + | router: "tanstackrouter" |
|
| 404 | + | linter: "biome" |
|
| 405 | + | test_name: "Tailwind + RPC + TanStack Query + Biome" |
|
| 406 | + | - template: "tailwind" |
|
| 407 | + | rpc: false |
|
| 408 | + | tanstackQuery: true |
|
| 409 | + | router: "tanstackrouter" |
|
| 410 | + | linter: "eslint" |
|
| 411 | + | test_name: "Tailwind + No RPC + TanStack Query + ESLint" |
|
| 412 | + | - template: "tailwind" |
|
| 413 | + | rpc: false |
|
| 414 | + | tanstackQuery: true |
|
| 415 | + | router: "tanstackrouter" |
|
| 416 | + | linter: "biome" |
|
| 417 | + | test_name: "Tailwind + No RPC + TanStack Query + Biome" |
|
| 418 | + | ||
| 419 | + | # Shadcn template combinations |
|
| 420 | + | - template: "shadcn" |
|
| 421 | + | rpc: true |
|
| 422 | + | tanstackQuery: false |
|
| 423 | + | router: "tanstackrouter" |
|
| 424 | + | linter: "eslint" |
|
| 425 | + | test_name: "Shadcn + RPC + No TanStack Query + ESLint" |
|
| 426 | + | - template: "shadcn" |
|
| 427 | + | rpc: true |
|
| 428 | + | tanstackQuery: false |
|
| 429 | + | router: "tanstackrouter" |
|
| 430 | + | linter: "biome" |
|
| 431 | + | test_name: "Shadcn + RPC + No TanStack Query + Biome" |
|
| 432 | + | - template: "shadcn" |
|
| 433 | + | rpc: false |
|
| 434 | + | tanstackQuery: false |
|
| 435 | + | router: "tanstackrouter" |
|
| 436 | + | linter: "eslint" |
|
| 437 | + | test_name: "Shadcn + No RPC + No TanStack Query + ESLint" |
|
| 438 | + | - template: "shadcn" |
|
| 439 | + | rpc: false |
|
| 440 | + | tanstackQuery: false |
|
| 441 | + | router: "tanstackrouter" |
|
| 442 | + | linter: "biome" |
|
| 443 | + | test_name: "Shadcn + No RPC + No TanStack Query + Biome" |
|
| 444 | + | - template: "shadcn" |
|
| 445 | + | rpc: true |
|
| 446 | + | tanstackQuery: true |
|
| 447 | + | router: "tanstackrouter" |
|
| 448 | + | linter: "eslint" |
|
| 449 | + | test_name: "Shadcn + RPC + TanStack Query + ESLint" |
|
| 450 | + | - template: "shadcn" |
|
| 451 | + | rpc: true |
|
| 452 | + | tanstackQuery: true |
|
| 453 | + | router: "tanstackrouter" |
|
| 454 | + | linter: "biome" |
|
| 455 | + | test_name: "Shadcn + RPC + TanStack Query + Biome" |
|
| 456 | + | - template: "shadcn" |
|
| 457 | + | rpc: false |
|
| 458 | + | tanstackQuery: true |
|
| 459 | + | router: "tanstackrouter" |
|
| 460 | + | linter: "eslint" |
|
| 461 | + | test_name: "Shadcn + No RPC + TanStack Query + ESLint" |
|
| 462 | + | - template: "shadcn" |
|
| 463 | + | rpc: false |
|
| 464 | + | tanstackQuery: true |
|
| 465 | + | router: "tanstackrouter" |
|
| 315 | 466 | linter: "biome" |
|
| 316 | 467 | test_name: "Shadcn + No RPC + TanStack Query + Biome" |
|
| 317 | 468 | ||