Skip to content

Commit 0331b3d

Browse files
committed
Bump version to 1.1.0
1 parent 0e56444 commit 0331b3d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ Create the file `.github/workflows/linters.yaml` in your repository and add the
1313
name: Linters
1414

1515
on:
16-
pull_request:
16+
pull_request: {}
17+
push: {}
1718

1819
jobs:
1920
gitlint:
2021
runs-on: ubuntu-latest
2122
name: GitLint
2223
steps:
2324
- name: Lint commits, branches, and pull requests
24-
uses: aschbacd/gitlint-action@v1.0.3
25+
uses: aschbacd/gitlint-action@v1.1.0
2526
```
2627
2728
## 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.3",
3+
"version": "1.1.0",
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)