Skip to content

Update README.md

Update README.md #11

Workflow file for this run

name: ruff
on: [push]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-check
id: ruff-check
uses: jpetrucciani/ruff-check@main
with:
path: '.'