Skip to content

fix requires-python argument #3

fix requires-python argument

fix requires-python argument #3

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