Skip to content

Commit

Permalink
revert lefthook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveromahony committed Feb 1, 2024
1 parent df2dd71 commit e11f314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ pre-push:
piped: true # Stop if one of the steps fail
commands:
1_lint:
run: echo lint
run: make lint
2_format:
run: make format
3_dependencies:
run: make deps
# 4_check_local_changes:
# run: make no-local-changes
4_check_local_changes:
run: make no-local-changes

0 comments on commit e11f314

Please sign in to comment.