Skip to content

chore(main): release iapp 1.5.0 #152

chore(main): release iapp 1.5.0

chore(main): release iapp 1.5.0 #152

name: Conventional Commit Check Commits
description: checks every commit in the PR respects the conventional commit
on: [pull_request]
jobs:
check-conventional-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Commit Conventions
uses: webiny/action-conventional-commits@v1.3.0