mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Updated README
This commit is contained in:
parent
587d4420a5
commit
67dcb8615f
1 changed files with 3 additions and 3 deletions
|
|
@ -5,10 +5,10 @@ Single [pre-commit](http://pre-commit.com/) hook which runs `terraform fmt` on `
|
|||
An example `.pre-commit-config.yaml`:
|
||||
|
||||
```yaml
|
||||
- repo: git@github.com:antonbabenko/pre-commit-terraform
|
||||
sha: HEAD
|
||||
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
||||
sha: v1.0.0
|
||||
hooks:
|
||||
- id: terraform_fmt
|
||||
- id: terraform_fmt
|
||||
```
|
||||
|
||||
Enjoy the clean code!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue