diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-10 13:52:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 13:52:10 -0400 |
commit | 186d812f640e87f19d8d0d5b846961e522ceec32 (patch) | |
tree | 558cbb6283194c4815aa0a93ff3a1e77086edc72 /.pre-commit-config.yaml | |
parent | a09eaa888e17863bea3fa3412f375a732ad49eda (diff) | |
parent | 2b5778d416e148df68a99a8c48b814eceddcbce8 (diff) | |
download | podman-186d812f640e87f19d8d0d5b846961e522ceec32.tar.gz podman-186d812f640e87f19d8d0d5b846961e522ceec32.tar.bz2 podman-186d812f640e87f19d8d0d5b846961e522ceec32.zip |
Merge pull request #14016 from cevich/fix_caching
Cirrus: Simplify use of cache in automation
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3416a93ee..ca023d18a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,4 @@ repos: - id: check-byte-order-marker - id: check-executables-have-shebangs - id: check-merge-conflict + - id: check-yaml |