Skip to content

fix: Enhance JSON object parsing to handle additional key-value pairs… #29

fix: Enhance JSON object parsing to handle additional key-value pairs…

fix: Enhance JSON object parsing to handle additional key-value pairs… #29

Workflow file for this run

name: Ruff Lint and Format
permissions:
contents: read
on:
pull_request:
jobs:
ruff:
name: Ruff Lint and Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install Ruff
uses: astral-sh/ruff-action@v3
- name: Run Ruff Format
run: ruff format --check --diff