fix: simplify CI workflow to focus on tests
Some checks failed
CI / test (push) Failing after 6s

This commit is contained in:
2026-02-01 08:57:04 +00:00
parent a74ced9b6c
commit 9d23c747be

View File

@@ -25,20 +25,6 @@ jobs:
python -m pip install --upgrade pip
pip install click rich pytest
- name: Install package
run: |
pip install -e .
- name: Run tests
run: |
python -m pytest tests/ -v
- name: Check linting
run: |
pip install ruff
ruff check .
- name: Check types
run: |
pip install mypy
mypy shell_alias_gen/ --ignore-missing-imports