Skip to content

Commit 4b58897

Browse files
feat: pre-commit hook
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
1 parent 2651b49 commit 4b58897

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
id: ct-golang
2+
args: []
3+
description: Uses golang to build a local copy of 'ct'
4+
entry: ct
5+
files: ''
6+
language: golang
7+
name: "chart testing"
8+
require_serial: true
9+
pass_filenames: false

0 commit comments

Comments
 (0)