Skip to content

Commit

Permalink
Merge pull request #258 from rsrdesarrollo/master
Browse files Browse the repository at this point in the history
Create .pre-commit-hooks.yaml
  • Loading branch information
cblakkan authored Dec 28, 2024
2 parents bacaa1d + c03ebfc commit a729a86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: yamale-schema-verify
name: check yaml schema with Yamale
description: prevents invalid yaml schemas from being committed.
entry: yamale
language: python
types: [yaml]
pass_filenames: false
stages: [pre-commit, pre-push, manual]

0 comments on commit a729a86

Please sign in to comment.