We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8ea39 commit 1535e7fCopy full SHA for 1535e7f
.pre-commit-config.yaml
@@ -7,16 +7,18 @@ repos:
7
- repo: git://github.com/pre-commit/pre-commit-hooks
8
rev: v3.1.0
9
hooks:
10
- - id: check-json
11
- id: check-merge-conflict
12
- id: check-yaml
13
- id: detect-private-key
14
- - id: pretty-format-json
15
- args:
16
- - --autofix
17
- id: trailing-whitespace
18
19
- repo: git://github.com/igorshubovych/markdownlint-cli
20
rev: v0.23.1
21
22
- id: markdownlint
+
+ - repo: git://github.com/trussworks/pre-commit-hooks
+ rev: v0.0.4
+ hooks:
23
+ - id: circleci-validate
24
+ - id: goreleaser-check
0 commit comments