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 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 :
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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments