Releases: ScribeMD/pre-commit-action
Releases · ScribeMD/pre-commit-action
0.1.5
- Upgrade rootless-docker from 0.1.1 to 0.1.2 (#8).
Full Changelog: 0.1.4...0.1.5
0.1.4
- Rename action from "ScribeMD Pre-commit" to "Pre-commit Optimized for ScribeMD/pre-commit-hooks" to work around GitHub Actions error so it can be released to the GitHub Marketplace (#7).
- Upgrade slack-templates from 0.2.2 to 0.2.3 (#6).
Full Changelog: 0.1.3...0.1.4
0.1.3
- Refactor Docker image caching out to a separate docker-cache action (#5).
Full Changelog: 0.1.2...0.1.3
0.1.2
- We don't have permission to cache the Docker root directory, so save to and load from a TAR archive at a path we have permission to read and write (#3).
- Make the workflow logs easier to read by clarifying the rationale for having two separate "Install and run pre-commit hooks" steps, one for internal and one for external use (#2).
Full Changelog: 0.1.1...0.1.2
0.1.1
- Run Test workflow on caller's repository rather than pre-commit-action so that pre-commit-action is run on it and not itself (#1).
Full Changelog: 0.1.0...0.1.1
0.1.0
- Install pre-commit via asdf and Poetry; then run pre-commit hooks with extra optimizations. Support caching all dependencies of non-Yarn ScribeMD/pre-commit-hooks (c058c1e).
Full Changelog: https://github.com/ScribeMD/pre-commit-action/commits/0.1.0