Skip to content

Commit

Permalink
add: pre-commit config for YAML (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
taro-kayo authored Mar 5, 2022
1 parent 0b949b1 commit a28e1ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
- id: statelint
name: statelint
description: "`statelint` provides a validator for Amazon States Language."
entry: statelint
language: python
types: [json]
require_serial: true
- id: statelint-yaml
name: statelint (YAML)
entry: statelint --yaml
language: python
types: [yaml]
require_serial: true

0 comments on commit a28e1ad

Please sign in to comment.