Skip to content

Update README.md

Update README.md #8

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Ruff
uses: astral-sh/ruff-action@v1