Skip to content

Commit

Permalink
fix(devex): fixing configuration for v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Watson committed Aug 12, 2024
1 parent ffc2b21 commit 48957dc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
For more details, visit the [Oak Terraform Actions repository](https://github.com/oaknational/oak-terraform-actions).
# Commits
# commitlint
We're using (husky)[https://github.com/typicode/husky] to create pre-commit hooks with
We're using [husky](https://github.com/typicode/husky) to create pre-commit hooks with commitlint and the [conventional commit plugin](https://github.com/conventional-changelog/commitlint).
```bash
# Example commit that passes
fix(docs): improving documentation
```

0 comments on commit 48957dc

Please sign in to comment.