Skip to content

Commit

Permalink
ci: fixed "Commit badge" step
Browse files Browse the repository at this point in the history
  • Loading branch information
kpietraszko committed Dec 29, 2024
1 parent 8b20165 commit f046f22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
- name: Commit badge
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'chore: update code coverage badge'
file_pattern: './badge.svg'
2 changes: 0 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit ${1}

0 comments on commit f046f22

Please sign in to comment.