Skip to content

Commit

Permalink
Merge pull request #52 from stahnma/stahnma-patch-1
Browse files Browse the repository at this point in the history
chore: Create action using conventional commit
  • Loading branch information
Michael Stahnke authored Feb 9, 2024
2 parents 0e2ebbe + 2edc53e commit ebc800c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Conventional Commits

on:
pull_request:
branches: [ main ]

jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: webiny/[email protected]
with:
allowed-commit-types: "feat,fix,bug,chore" # Optional, set if you want a subset of commit types to be allowed.

0 comments on commit ebc800c

Please sign in to comment.