ci: add pre-commit, k8s and tflint action workflows
All checks were successful
checks / pre-commit (push) Successful in 33s
checks / k8s (push) Successful in 14s
checks / tflint (push) Successful in 14s

This commit is contained in:
cătălin 2024-08-04 02:22:11 +02:00
commit 399dd397bb
No known key found for this signature in database
5 changed files with 45 additions and 14 deletions

View file

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.86.0
rev: v1.92.1
hooks:
- id: terraform_fmt