mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 22:43:07 +02:00
chore: Fixed CI (replaced git protocol with https) (#1666)
This commit is contained in:
committed by
GitHub
parent
f16cd37060
commit
8334d0d40d
@@ -1,6 +1,6 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||||
rev: v1.50.0
|
rev: v1.55.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: terraform_fmt
|
- id: terraform_fmt
|
||||||
- id: terraform_validate
|
- id: terraform_validate
|
||||||
@@ -20,7 +20,7 @@ repos:
|
|||||||
- '--args=--only=terraform_required_providers'
|
- '--args=--only=terraform_required_providers'
|
||||||
- '--args=--only=terraform_standard_module_structure'
|
- '--args=--only=terraform_standard_module_structure'
|
||||||
- '--args=--only=terraform_workspace_remote'
|
- '--args=--only=terraform_workspace_remote'
|
||||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.0.1
|
rev: v4.0.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
|
|||||||
Reference in New Issue
Block a user