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 b47994d commit 2a301f5Copy full SHA for 2a301f5
.github/workflows/code-style.yml
@@ -36,4 +36,4 @@ jobs:
36
- run: uv pip install ".[dev, pandas, gds, snowflake]"
37
38
- name: Check code style
39
- run: cd ${GITHUB_WORKSPACE} && uv run bash ./scripts/checkstyle.sh
+ run: cd ${GITHUB_WORKSPACE} && ./scripts/checkstyle.sh
0 commit comments