Skip to content

Commit

Permalink
fix: formating issue in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dotmh committed Mar 15, 2024
1 parent b5c3694 commit 4d66038
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ When you make a commit the following will happen **BEFORE** the commit is added
1. Check your git message conforms to conventional commits - **BLOCKING**
2. Checks you haven't commit any secrets - **BLOCKING**

You can edit 1. in [.husky/commit-msg](.husky/commit-msg)

You can edit 2. by editing the script `githook:precommit` the root [package.json](package.json#L17)
- You can edit 1. in [.husky/commit-msg](.husky/commit-msg)
- You can edit 2. by editing the script `githook:precommit` the root [package.json](package.json#L17)

When you push code up to a remote repository the following will happen _BEFORE_ the code is pushed

Expand Down

0 comments on commit 4d66038

Please sign in to comment.