Skip to content

Commit d04e624

Browse files
committed
Skip helm templates from yaml pre-commit check
1 parent e578de6 commit d04e624

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
name: Helm Tests
157157
runs-on: ubuntu-22.04
158158
needs: [vars, binary]
159-
if: ${{ github.ref_type != 'tag' }}
159+
if: ${{ github.ref_type != 'tag' }}
160160
steps:
161161
- name: Checkout Repository
162162
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
args: [--allow-multiple-documents]
11+
exclude: (^deploy/helm-chart/templates)
1112
- id: check-added-large-files
1213
- id: check-merge-conflict
1314
- id: check-case-conflict

0 commit comments

Comments
 (0)