Skip to content

Use ruff to lint codebase instead of SuperLinter #238

Use ruff to lint codebase instead of SuperLinter

Use ruff to lint codebase instead of SuperLinter #238

Workflow file for this run

name: Lint Code Base
on:
push:
branches: main
pull_request:
jobs:
format:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
uses: astral-sh/ruff-action@v1
with:
args: "format --check"
# changed-files: 'true'