Skip to content

Commit

Permalink
ci: check for conventional commits
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
  • Loading branch information
sergiusens committed Aug 24, 2023
1 parent 98b4966 commit 8aa2a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: conventional commits
uses: webiny/action-conventional-commits@v1.1.0
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 8aa2a40

Please sign in to comment.