Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 15, 2023
1 parent 035934f commit 1033f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: staking/target
- id: check-added-large-files
exclude: package-lock.json
# Hook to format many type of files in the repo
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ frontend/.next
frontend/out
staking/target
staking/lib
wasm
wasm

0 comments on commit 1033f72

Please sign in to comment.