We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1a7ee commit 7be19efCopy full SHA for 7be19ef
.pre-commit-hooks.yaml
@@ -2,4 +2,6 @@
2
name: Validate CircleCI config
3
description: This hook validate CircleCI config
4
entry: circleci_validate.sh
5
- language: script
+ language: script
6
+ files: .circleci/config.yml
7
+ pass_filenames: false
README.md
@@ -7,7 +7,7 @@
```bash
8
$ cat .pre-commit-config.yaml
9
- repo: https://github.com/zahorniak/pre-commit-circleci.git
10
- rev: v0.2 # Ensure this is the latest tag, comparing to the Releases tab
+ rev: v0.3 # Ensure this is the latest tag, comparing to the Releases tab
11
hooks:
12
- id: circleci_validate
13
```
0 commit comments