Skip to content

[GID 7] Upgrade hale and Gradle #12

[GID 7] Upgrade hale and Gradle

[GID 7] Upgrade hale and Gradle #12

---
#
# PLEASE NOTE: Managed workflow - do not change manually
#
name: Check commit conventions
on:
pull_request:
branches:
- '*'
jobs:
verify-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
# https://github.com/taskmedia/action-conventional-commits
- uses: taskmedia/action-conventional-commits@180c46eb0f4380691dc9845e68b1ef36c05d57d7 # v1.1.18
with:
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
skip_revert: false