Skip to content

misc-scripts: Switch to ruff for Python formatting #32

misc-scripts: Switch to ruff for Python formatting

misc-scripts: Switch to ruff for Python formatting #32

Workflow file for this run

# Run shellcheck and shfmt
name: Lint checks
on: [push, pull_request]
jobs:
python:
strategy:
fail-fast: false
matrix:
version: ['3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
with:
python_version: ${{ matrix.version }}
shellcheck:
uses: ClangBuiltLinux/actions-workflows/.github/workflows/shellcheck.yml@main
shfmt:
uses: ClangBuiltLinux/actions-workflows/.github/workflows/shfmt.yml@main