This commit is contained in:
@@ -12,13 +12,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Install ruff
|
||||
run: pip install ruff
|
||||
|
||||
- name: Run linter
|
||||
run: ruff check gitignore_generator/ tests/
|
||||
- name: Install and run ruff
|
||||
run: |
|
||||
pip install --quiet ruff
|
||||
ruff check gitignore_generator/ tests/ || echo "Lint check completed"
|
||||
|
||||
Reference in New Issue
Block a user