Skip to content

Commit e46d927

Browse files
ci(python-gonol): gate structural consistency before merge
1 parent c538f49 commit e46d927

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-gonol.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
python-version: "3.12"
3535
- name: Install pytest
3636
run: python -m pip install pytest
37+
- name: Stack structural consistency
38+
run: python tools/check_stack_consistency.py
3739
- name: Python Gonol construction tests
3840
working-directory: research/python-gonol
3941
run: python -m pytest -q tests

0 commit comments

Comments
 (0)