Skip to content

Commit 5697088

Browse files
authored
Update lint.yaml
1 parent 7dae1f1 commit 5697088

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,9 @@ jobs:
5555
commitlint:
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: ahmadnassri/action-commit-lint@v2
58+
- name: 🔖Checkout repository
59+
uses: actions/checkout@v4
60+
with:
61+
fetch-depth: 0
62+
- name: 📝Validate PR title with commitlint
63+
uses: kevintyj/prlint@v2

0 commit comments

Comments
 (0)