Skip to content

Introduced workflows, mypy and ruff #18

Introduced workflows, mypy and ruff

Introduced workflows, mypy and ruff #18

Workflow file for this run

name: Code-QA
on: push
jobs:
ruff-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: "."
args: format --check --diff