Skip to content

Commit

Permalink
adding the script to validate changelog (kedacore#4731)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Turrado <jorge_turrado@hotmail.es>
Co-authored-by: Jorge Turrado <jorge.turrado@scrm.lidl>
  • Loading branch information
3 people authored and toniiiik committed Jan 15, 2024
1 parent 9bd7f22 commit 8618190
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 197 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ repos:
entry: golangci-lint run
types: [go]
pass_filenames: false
- id: validate-changelog
name: Validate Changelog
language: system
entry: "bash hack/validate-changelog.sh"
pass_filenames: false

0 comments on commit 8618190

Please sign in to comment.