Skip to content

Merge pull request #10 from tedivm/docs_fix #10

Merge pull request #10 from tedivm/docs_fix

Merge pull request #10 from tedivm/docs_fix #10

Workflow file for this run

name: Ruff Validation
on:
push:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install Dependencies
run: make install
- name: Test Formatting
run: make ruff_check