Skip to content

Use ruff instead of MegaLinter for linting/formatting #37

Use ruff instead of MegaLinter for linting/formatting

Use ruff instead of MegaLinter for linting/formatting #37

Workflow file for this run

name: Linting
on:
push:
branches: "master"
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Lint Python
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@v3
with:
version: "0.13.1"