💚 Force the linters to run even if the previous one fails.
This commit is contained in:
@@ -6,14 +6,14 @@ when:
|
|||||||
steps:
|
steps:
|
||||||
- name: ruff
|
- name: ruff
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
- pip install ruff
|
- pip install ruff
|
||||||
- ruff --output-format github .
|
- ruff --output-format github .
|
||||||
|
|
||||||
- name: mypy
|
- name: mypy
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
|
failure: ignore
|
||||||
commands: |
|
commands: |
|
||||||
pip install mypy
|
pip install mypy
|
||||||
mypy .
|
mypy .
|
||||||
|
|
||||||
runs_on: [ success, failure ]
|
|
||||||
|
Reference in New Issue
Block a user