Skip to content

Commit

Permalink
Reapply "pre-commit: add hook check-yaml (#9133)" (#10161)
Browse files Browse the repository at this point in the history
This reverts commit d1cf453.
  • Loading branch information
abh1sar committed Jan 13, 2025
1 parent 739d2bd commit 8c1ca28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: check-merge-conflict
- id: check-symlinks
- id: check-vcs-permalinks
#- id: check-yaml
- id: check-yaml
- id: destroyed-symlinks
- id: detect-aws-credentials
args: [--allow-missing-credentials]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ users:
- name: cloud
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_authorized_keys:
ssh_authorized_keys: |
{{ k8s.ssh.pub.key }}
write_files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ users:
- name: cloud
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_authorized_keys:
ssh_authorized_keys: |
{{ k8s.ssh.pub.key }}
write_files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ users:
- name: cloud
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_authorized_keys:
ssh_authorized_keys: |
{{ k8s.ssh.pub.key }}
write_files:
Expand Down

0 comments on commit 8c1ca28

Please sign in to comment.