Revert "pre-commit: add hook `check-yaml` (#9133)" (#10161)

This reverts commit 57867dc6b0.
This commit is contained in:
dahn 2025-01-06 12:21:26 +01:00 committed by GitHub
parent 30b2588c06
commit d1cf45365a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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:

View File

@ -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:

View File

@ -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: