This commit is contained in:
@@ -17,14 +17,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install ruff
|
||||||
run: |
|
run: pip install ruff
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install ruff pytest
|
|
||||||
pip install -e .
|
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: ruff check gitignore_generator/ tests/
|
run: ruff check gitignore_generator/ tests/
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: python -m pytest tests/test_validator.py -v --tb=short
|
|
||||||
|
|||||||
Reference in New Issue
Block a user