Skip to content

Commit

Permalink
Merge pull request #6 from clouddrove/0.15
Browse files Browse the repository at this point in the history
Fix terratest
  • Loading branch information
Om Sharma committed Jul 6, 2021
2 parents 9ecf815 + 098fb02 commit 93a308e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: pre-commit/action@v2.0.0
continue-on-error: true

- name: 'pre-commit fix erros'
- name: 'pre-commit fix errors'
uses: pre-commit/action@v2.0.0
continue-on-error: true

Expand Down
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ repos:
rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
hooks:
- id: terraform-fmt
- id: shellcheck
- id: tflint

- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0 # Use the ref you want to point at
rev: v4.0.1 # Use the ref you want to point at
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -16,4 +18,4 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- id: check-yaml
- id: check-added-large-files
- id: check-added-large-files

0 comments on commit 93a308e

Please sign in to comment.