Fix CI workflow - correct package name from gitignore_generator to depnav
This commit is contained in:
@@ -23,10 +23,13 @@ jobs:
|
|||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest tests/ -v --cov=src/depnav --cov-report=term-missing
|
run: pytest tests/ -v --cov=depnav --cov-report=term-missing
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: ruff check src/depnav/ tests/
|
run: ruff check depnav/ tests/
|
||||||
|
|
||||||
|
- name: Run type checking
|
||||||
|
run: mypy depnav/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: test
|
needs: test
|
||||||
|
|||||||
Reference in New Issue
Block a user