Commit fc8e3d5
committed
fix(ci): install package before running prek in prek-hook job
The prek-hook CI job was failing because mdformat_mkdocs wasn't
installed before running prek with the test configuration. The
.pre-commit-test.yaml uses local hooks that require the package
to be installed.
This fix adds the package installation step (using flit) before
the prek installation, matching the pattern used in the tests job.
Fixes: https://github.com/KyleKing/mdformat-mkdocs/actions/runs/195622286861 parent 0154c54 commit fc8e3d5
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
| |||
0 commit comments