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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,15 @@ Github action is available to use with your CI pipelines and most arguments from
41
41
convcommitlint:
42
42
runs-on: ubuntu-latest
43
43
steps:
44
+
- uses: actions/checkout@v4
44
45
- uses: coolapso/convcommitlint@v0
45
46
```
46
47
47
48
You can find the available inputs in the [action.yaml](action.yaml) file, if a input is not available you still should be able to use it by setting the associated ENV variable.
48
49
50
+
> [!IMPORTANT]
51
+
> Be sure to include the Checkout in your workflow, this action won't do it for you!
52
+
49
53
### Docker
50
54
51
55
You can run convcommitlint with docker, containers are provided both on dockerhub and ghcr.io
0 commit comments