Skip to content

Commit 2ca3347

Browse files
committed
Adding pre-hook formatting check for cross-chain/arbitrum
1 parent a812bc2 commit 2ca3347

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ repos:
3535
files: "^monitoring/"
3636
language: script
3737
description: "Checks monitoring directory code according to the formatting configuration"
38+
- id: cross-chain-arbitrum-format
39+
name: "Check cross-chain/arbitrum directory code formatting"
40+
entry: /usr/bin/env bash -c "cd cross-chain/arbitrum && yarn format"
41+
files: "^cross-chain/arbitrum/"
42+
language: script
43+
description: "Checks cross-chain/arbitrum directory code according to the formatting configuration"

0 commit comments

Comments
 (0)