mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-19 06:06:04 -04:00
workflows: fix lint in tests.yaml
This commit is contained in:
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Lint with Ruff
|
||||
run: |
|
||||
pip install .[tests]
|
||||
pip install .[dev]
|
||||
ruff --output-format=github .
|
||||
continue-on-error: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user