Skip to content

Commit 0261814

Browse files
committed
Update Ruff format check to include 'atest/' directory for comprehensive checks
1 parent c3cad3f commit 0261814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/LintFormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Ruff format check
2323
run: |
24-
python -m ruff format --check src/ utest/
24+
python -m ruff format --check --diff src/ utest/ atest/
2525
2626
- name: Ruff lint
2727
run: |

0 commit comments

Comments
 (0)