File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 49
49
actions_subcommand : ' plan'
50
50
tf_actions_working_dir : ./_example/generate-certificate-dns
51
51
Email :
52
- name : ' DNS '
52
+ name : ' Email '
53
53
needs : fmt
54
54
runs-on : ubuntu-latest
55
55
steps :
86
86
name : ' Pre-Commit'
87
87
needs :
88
88
- fmt
89
- - plan
90
- - validate
89
+ - DNS
90
+ - Email
91
91
runs-on : ubuntu-latest
92
92
steps :
93
93
- name : ' Checkout'
Original file line number Diff line number Diff line change 8
8
- id : tflint
9
9
10
10
- 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
12
12
hooks :
13
13
- id : end-of-file-fixer
14
14
- id : trailing-whitespace
15
15
- id : mixed-line-ending
16
16
- id : check-byte-order-marker
17
17
- id : check-executables-have-shebangs
18
18
- id : check-merge-conflict
19
+ - id : debug-statements
19
20
- id : check-yaml
20
21
- id : check-added-large-files
You can’t perform that action at this time.
0 commit comments