Skip to content

Commit 7f1d207

Browse files
committed
ci: Taskfile updates
Signed-off-by: Michael Ethridge <michael.ethridge@cdw.com>
1 parent ad1c107 commit 7f1d207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tasks:
2323
- |
2424
git-chglog --next-tag v$(autotag -vn --scheme=conventional) -o CHANGELOG.md
2525
git add CHANGELOG.md
26-
pre-commit run -a
26+
pre-commit run end-of-file-fixer || true
2727
git commit -m 'chore: update CHANGELOG.md'
2828
2929
pre:

0 commit comments

Comments
 (0)