Running pre-commit in a reusable GitHub Actions workflow with caching
The pre-commit framework is an awesome utility to enforce coding standards and run sanity checks, such as preventing large files from being committed.
It's not just convenient to run locally on the developers' machines. By using pre-commit to run che...
pragmaticnotes.hashnode.dev2 min read