Skip to content

Commit

Permalink
Merge pull request #655 from peterb-oanda/pre-commit
Browse files Browse the repository at this point in the history
Add pre-commit hook for validating configuration
  • Loading branch information
JulesFaucherre authored May 4, 2023
2 parents 7264b15 + 2c60dac commit d97db20
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 d97db20

Please sign in to comment.