WIP Add CI #1
@@ -6,14 +6,14 @@ when:
|
||||
steps:
|
||||
- name: ruff
|
||||
image: python:3.12-alpine
|
||||
failure: ignore
|
||||
commands:
|
||||
- pip install ruff
|
||||
- ruff --output-format github .
|
||||
|
||||
- name: mypy
|
||||
image: python:3.12-alpine
|
||||
failure: ignore
|
||||
commands: |
|
||||
pip install mypy
|
||||
mypy .
|
||||
|
||||
runs_on: [ success, failure ]
|
||||
|
Reference in New Issue
Block a user