Skip to content

feat: More use of interfaces #15

feat: More use of interfaces

feat: More use of interfaces #15

Workflow file for this run

name: ruff-format-check
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Ruff
run: pip install ruff
- name: Run Ruff check
run: ruff check .