mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-25 20:08:48 +01:00
feat(tagging+archetypes): add Pillowfort/Politics/Midrange/Toolbox tagging and unify archetype presence skip logic
This commit is contained in:
parent
f2a76d2ffc
commit
6d6243d6be
47 changed files with 21133 additions and 839 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -43,10 +43,9 @@ jobs:
|
|||
run: |
|
||||
python code/scripts/validate_theme_catalog.py
|
||||
|
||||
- name: Theme catalog strict alias check (allowed to fail until alias files removed)
|
||||
continue-on-error: true
|
||||
- name: Theme catalog strict alias check
|
||||
run: |
|
||||
python code/scripts/validate_theme_catalog.py --strict-alias || true
|
||||
python code/scripts/validate_theme_catalog.py --strict-alias
|
||||
|
||||
- name: Fast determinism tests (random subset)
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue