You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ jobs:
17
17
- uses: actions/checkout@v2
18
18
with:
19
19
fetch-depth: 0
20
-
- uses: wagoid/commitlint-github-action@v3
20
+
- uses: wagoid/commitlint-github-action@v4
21
21
```
22
22
23
23
Alternatively, you can run on other event types such as `on: [push]`. In that case the action will lint the push event's commit(s) instead of linting commits from a pull request. You can also combine `push` and `pull_request` together in the same workflow.
@@ -136,13 +136,13 @@ jobs:
136
136
- uses: actions/checkout@v2
137
137
with:
138
138
fetch-depth: 0
139
-
- uses: actions/setup-node@v1
139
+
- uses: actions/setup-node@v2
140
140
with:
141
141
node-version: '14'
142
142
- run: npm install
143
143
# Run the commitlint action, considering its own dependencies and yours as well 🚀
144
144
# `github.workspace` is the path to your repository.
0 commit comments