Skip to content

Commit 9b0cae8

Browse files
committed
Bump version to 1.0.3
1 parent af37fa3 commit 9b0cae8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: GitLint
2222
steps:
2323
- name: Lint commits, branches, and pull requests
24-
uses: aschbacd/[email protected].2
24+
uses: aschbacd/[email protected].3
2525
```
2626
2727
## Customization

node_modules/.package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlint-action",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "This GitHub Action ensures that your naming conventions for commits, branches, and pull requests are being respected.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)