Skip to content

Commit 9a528a7

Browse files
author
Hugo Rialan
committed
_'
1 parent aa8e8f7 commit 9a528a7

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- id: dataform
2-
name: dataform
3-
language: docker_image
4-
entry: dataformco/dataform:latest dataform format
1+
- id: dataform_format
2+
name: Dataform format
3+
entry: hooks/dataform_format.sh
4+
language: script
5+
files: (\.sqlx)$

hooks/dataform_format.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
dataform format

0 commit comments

Comments
 (0)