Skip to content

Commit a10c0e9

Browse files
committed
Add bootstrap and Cursor rule checks to CI
1 parent a055401 commit a10c0e9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Install package
1717
run: python -m pip install -e .
1818
- name: Compile Python
19-
run: python -m py_compile agentfiguregallery/*.py scripts/*.py
19+
run: |
20+
python -m py_compile agentfiguregallery/*.py scripts/*.py
21+
bash -n scripts/install.sh
2022
- name: Private path scan
2123
run: python scripts/check_private_paths.py
2224
- name: CLI smoke test
@@ -25,6 +27,7 @@ jobs:
2527
agentfiguregallery install-skill --target codex --dest /tmp/afg-skills-test
2628
agentfiguregallery install-skill --target claude-code --dest /tmp/afg-claude-skills-test
2729
agentfiguregallery install-skill --target cursor --dest /tmp/afg-cursor-skills-test
30+
agentfiguregallery install-cursor-rule --project /tmp/afg-cursor-project-test --force
2831
agentfiguregallery query --plot-type embedding_plot --json
2932
agentfiguregallery gallery --plot-type embedding_plot --limit 3 --strategy top --session-id ci_embedding_smoke
3033
agentfiguregallery prefer --session ci_embedding_smoke --like E01 --select E02

0 commit comments

Comments
 (0)