We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3718726 commit 0511c0eCopy full SHA for 0511c0e
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: uv sync --no-cache --all-groups --upgrade --reinstall-package=${{ env.PACKAGE_NAME }}
29
- name: Run checks
30
- run: uv run check
+ run: uv run ./src/utils/scripts.py check
31
32
ci:
33
if: github.event_name == 'pull_request' && github.base_ref == 'main'
@@ -51,4 +51,4 @@ jobs:
51
52
53
54
0 commit comments