Skip to content

Commit

Permalink
Remove unused terraform checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Orgaz authored and Pablo Orgaz committed Oct 19, 2023
1 parent fc96b40 commit 045782e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/install_dependencies
- name: run test
run: make test
run: make test-coverage
# Run even if make test fails for coverage reports
# TODO: select a better xml results displayer
- name: Archive test results coverage results
Expand Down
22 changes: 1 addition & 21 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,4 @@ repos:
pass_filenames: false
language: system
types: [python]
stages: [push]
- id: terraform-docs
name: Update terraform docs
entry: cd terraform && make docs
language: system
stages: [ commit ]
- id: terraform-fmt
name: Format terraform code
entry: cd terraform && make fmt
language: system
stages: [ commit ]
- id: terraform-lint
name: Validates all Terraform configuration files with TFlint
entry: cd terraform && make lint
language: system
stages: [ commit ]
- id: terraform-validate
name: Validates all Terraform configuration files with TF validate
entry: cd terraform && make validate
language: system
stages: [ commit ]
stages: [push]

0 comments on commit 045782e

Please sign in to comment.