Skip to content

Releases: ScribeMD/pre-commit-action

0.1.5

25 Apr 18:12
Compare
Choose a tag to compare

Full Changelog: 0.1.4...0.1.5

0.1.4

24 Apr 01:35
Compare
Choose a tag to compare
  • 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

24 Apr 01:32
Compare
Choose a tag to compare
  • Refactor Docker image caching out to a separate docker-cache action (#5).

Full Changelog: 0.1.2...0.1.3

0.1.2

24 Apr 01:30
Compare
Choose a tag to compare
  • 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

24 Apr 00:57
Compare
Choose a tag to compare
  • 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

24 Apr 00:54
Compare
Choose a tag to compare
  • 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