Skip to content

Add flake8 runnable config to pyproject.toml #4

Add flake8 runnable config to pyproject.toml

Add flake8 runnable config to pyproject.toml #4

Workflow file for this run

name: Lint Python code
on:
pull_request:
push:
jobs:
run-ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v4.0.0
# https://github.com/astral-sh/ruff-action