Skip to content

Commit 1535e7f

Browse files
author
Chris Gilmer
committed
Add circleci and goreleaser validation to pre-commit
1 parent fb8ea39 commit 1535e7f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ repos:
77
- repo: git://github.com/pre-commit/pre-commit-hooks
88
rev: v3.1.0
99
hooks:
10-
- id: check-json
1110
- id: check-merge-conflict
1211
- id: check-yaml
1312
- id: detect-private-key
14-
- id: pretty-format-json
15-
args:
16-
- --autofix
1713
- id: trailing-whitespace
1814

1915
- repo: git://github.com/igorshubovych/markdownlint-cli
2016
rev: v0.23.1
2117
hooks:
2218
- id: markdownlint
19+
20+
- repo: git://github.com/trussworks/pre-commit-hooks
21+
rev: v0.0.4
22+
hooks:
23+
- id: circleci-validate
24+
- id: goreleaser-check

0 commit comments

Comments
 (0)