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.
bash
1 parent e8d00c7 commit 3326a75Copy full SHA for 3326a75
.github/workflows/main.yml
@@ -46,11 +46,10 @@ jobs:
46
restore-keys: |
47
${{ env.CI_CACHE_ID }}|
48
- name: Build cache
49
- shell: bash
50
run: |
51
pre-commit gc
52
- echo "Installing hook environments"
53
- time pre-commit install-hooks
+ echo "Installing hook environments..."
+ time -f "Hook installation took %E" pre-commit install-hooks
54
- name: Run `pre-commit`
55
56
pre-commit run --all-files --color always --verbose
0 commit comments