Skip to content

Commit c9cec6f

Browse files
committed
docs: Describe succinctly what the software does (what problem does it solve?)
1 parent c613da7 commit c9cec6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
[![StandWithUkraine Banner]](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
1111

12+
`pre-commit-terraform` provides a collection of git hooks for Terraform and related tools to be used with the [pre-commit framework](https://pre-commit.com). It helps ensure that Terraform, OpenTofu and Terragrunt configurations are kept in good shape by automatically running checks and formatting code before commits, and you can run these checks in CI too. This helps maintain code quality and consistency across the project.
13+
1214
Want to contribute?
1315
Check [open issues](https://github.com/antonbabenko/pre-commit-terraform/issues?q=label%3A%22good+first+issue%22+is%3Aopen+sort%3Aupdated-desc)
1416
and [contributing notes](/.github/CONTRIBUTING.md).

0 commit comments

Comments
 (0)