Skip to content

Commit 3bc5a7d

Browse files
committed
ci(github-actions): replace "./scripts/test" with pre-commit for unifying the checking process
1 parent 8a167ef commit 3bc5a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git config --global user.email "[email protected]"
2828
git config --global user.name "GitHub Action"
29-
./scripts/test
29+
poetry run pre-commit run --all-files
3030
shell: bash
3131
- name: Upload coverage to Codecov
3232
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)