Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/commit_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Ruff Check
uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b
with:
args: 'check --config pyproject.toml'
- name: Ruff Format
uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b
with:
args: 'format --check --config pyproject.toml'
Loading