Skip to content

Commit

Permalink
chore: fix commitlint step action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Oct 17, 2024
1 parent 4795c89 commit 1f12d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Verify that the commit message format is correct
runs:
using: "composite"
steps:
- uses: actions/cache@v4
- uses: actions/checkout@v4
id: commitlint
with:
fetch-depth: 0
Expand Down

0 comments on commit 1f12d48

Please sign in to comment.