Skip to content

Commit 023a9e6

Browse files
committed
Run tidy in CI
1 parent 7c54393 commit 023a9e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Run ruff
2828
run: |
2929
ruff check ./src tasks.py
30+
- name: Run tidy
31+
run: |
32+
robotidy --transform RenameKeywords --transform RenameTestCases -c RenameTestCases:capitalize_each_word=True --lineseparator unix atest/
3033
- name: Run balck
3134
run: |
3235
black --config pyproject.toml --check src/

0 commit comments

Comments
 (0)