Skip to content

Commit 6017c36

Browse files
committed
update in 0.15
1 parent 8fc55bd commit 6017c36

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
actions_subcommand: 'plan'
5050
tf_actions_working_dir: ./_example/generate-certificate-dns
5151
Email:
52-
name: 'DNS'
52+
name: 'Email'
5353
needs: fmt
5454
runs-on: ubuntu-latest
5555
steps:
@@ -86,8 +86,8 @@ jobs:
8686
name: 'Pre-Commit'
8787
needs:
8888
- fmt
89-
- plan
90-
- validate
89+
- DNS
90+
- Email
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: 'Checkout'

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ repos:
88
- id: tflint
99

1010
- repo: git://github.com/pre-commit/pre-commit-hooks
11-
rev: v3.4.0 # Use the ref you want to point at
11+
rev: v4.0.1 # Use the ref you want to point at
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- id: mixed-line-ending
1616
- id: check-byte-order-marker
1717
- id: check-executables-have-shebangs
1818
- id: check-merge-conflict
19+
- id: debug-statements
1920
- id: check-yaml
2021
- id: check-added-large-files

0 commit comments

Comments
 (0)