Skip to content

Commit 0511c0e

Browse files
authored
Update CI workflow to run checks with specific script
1 parent 3718726 commit 0511c0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: uv sync --no-cache --all-groups --upgrade --reinstall-package=${{ env.PACKAGE_NAME }}
2929
- name: Run checks
30-
run: uv run check
30+
run: uv run ./src/utils/scripts.py check
3131

3232
ci:
3333
if: github.event_name == 'pull_request' && github.base_ref == 'main'
@@ -51,4 +51,4 @@ jobs:
5151
- name: Install dependencies
5252
run: uv sync --no-cache --all-groups --upgrade --reinstall-package=${{ env.PACKAGE_NAME }}
5353
- name: Run checks
54-
run: uv run check
54+
run: uv run ./src/utils/scripts.py check

0 commit comments

Comments
 (0)