Skip to content

Commit ee0dd1f

Browse files
authoredApr 2, 2024··
chore(deps): bump the main group with 1 update (#50)
1 parent ac3530e commit ee0dd1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
26-
- uses: wagoid/commitlint-github-action@v5
26+
- uses: wagoid/commitlint-github-action@v6
2727
trunk:
2828
if: >
2929
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
extends: ["@commitlint/config-conventional"],
33
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
44
};

0 commit comments

Comments
 (0)
Please sign in to comment.