Skip to content

Commit

Permalink
temp fix for Git hooks failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Nov 14, 2023
1 parent 78a9ae6 commit 9e1035e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Run hardhat node, deploy contracts (& generate contracts typescript output)
run: yarn chain & yarn deploy
# - name: Run hardhat node, deploy contracts (& generate contracts typescript output)
# run: yarn chain & yarn deploy

- name: Run nextjs lint
run: yarn next:lint --max-warnings=0
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

#yarn lint-staged --verbose
yarn lint-staged --verbose

0 comments on commit 9e1035e

Please sign in to comment.