Skip to content

Replace flake8 checks with Ruff and show the warning messages onh GH #1

Replace flake8 checks with Ruff and show the warning messages onh GH

Replace flake8 checks with Ruff and show the warning messages onh GH #1

Workflow file for this run

name: Checks
on:
push:
branches:
- "main"
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: --output-format github