Skip to content

Commit

Permalink
Add pre-commit hook for validating configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
peterb-oanda committed Dec 6, 2021
1 parent 5010eb7 commit eb9f60f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- id: config-validate
name: Validate CircleCI config
entry: circleci config validate --skip-update-check
language: golang
files: .circleci/config.yml

0 comments on commit eb9f60f

Please sign in to comment.