Skip to content

Use ruff to lint codebase instead of SuperLinter #240

Use ruff to lint codebase instead of SuperLinter

Use ruff to lint codebase instead of SuperLinter #240

Workflow file for this run

name: Lint Code Base
on:
push:
branches: main
pull_request:
jobs:
lint:
name: Lint Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3