We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c54393 commit 023a9e6Copy full SHA for 023a9e6
.github/workflows/CI.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Run ruff
28
run: |
29
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/
33
- name: Run balck
34
35
black --config pyproject.toml --check src/
0 commit comments