Skip to content

Commit

Permalink
feat: create a release (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
paschdan committed Jul 1, 2021
1 parent 7f6172f commit 053ae17
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 @@ -15,13 +15,13 @@ This github actions checks if a pull request has valid commits by using commitli
```yaml
name: "Check for semantic PR"

on:
on:
pull_request:
types:
- opened
- edited
- synchronize

jobs:
main:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,4 +55,4 @@ Should commitlint output also valid commits

### `create_comment` (optional)

if set to anything the action will comment on the pr with the results
if set to anything the action will comment on the pr with the results.

0 comments on commit 053ae17

Please sign in to comment.