]> git.puffer.fish Git - matthieu/frr.git/commit
tools: Fetch more commits for commitlint to validate the commit
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 7 Feb 2023 20:03:42 +0000 (22:03 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 7 Feb 2023 20:03:42 +0000 (22:03 +0200)
commit8428482abb16921c33d2f1c530041ce86dc3404d
tree571871fb1cba69093a20606d3ed75b837e244042
parent0a18c855fd43110671ad1faa2335e102b4bb8a72
tools: Fetch more commits for commitlint to validate the commit

Note: It's necessary that you specify the fetch-depth argument to
actions/checkout@v2 step. By default they fetch only latest commit of the
branch, but we need more commits since we validate a range of commit messages.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
.github/workflows/commitlint.yml