Skip to content

ci(lint): lint and test helm chart #5

ci(lint): lint and test helm chart

ci(lint): lint and test helm chart #5

name: Conventional Commits Check
on: pull_request
jobs:
check-conventional-commits:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Commit Conventions
uses: webiny/action-conventional-commits@v1.3.0