Skip to content

Commit d8dee79

Browse files
Dr.PalmerDr.Palmer
Dr.Palmer
authored and
Dr.Palmer
committed
debugging
1 parent 62faeaa commit d8dee79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [main]
99
paths: ["charts/**"]
10-
#workflow_dispatch: #TODO
10+
workflow_dispatch:
1111

1212
jobs:
1313
pre-commit:

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
55
rev: v4.0.1
66
hooks:
7-
- id: trailing-whitespace
8-
- id: end-of-file-fixer
7+
#- id: trailing-whitespace
8+
#- id: end-of-file-fixer
99
- id: check-added-large-files
1010
- id: fix-byte-order-marker
1111
- id: check-case-conflict

0 commit comments

Comments
 (0)