Skip to content

Commit

Permalink
docs(readme): update readme for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
masahiro331 committed Feb 8, 2022
1 parent 68a6521 commit 844007a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Add the following github actions workflow.
name: Test
on:
pull_request:
types: [edited, opened]
env:
GO_VERSION: "1.17"
jobs:
Expand All @@ -56,10 +57,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Go pull request message linter
uses: masahiro331/go-commitlinter@0.1.0
uses: masahiro331/go-commitlinter@0.1.1
env:
PR: ${{ github.event.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TITLE: ${{ github.event.pull_request.title }}
```

## Custom Rules
Expand Down

0 comments on commit 844007a

Please sign in to comment.