Skip to content

chore(deps): update gradle to v9.3.0 #93

chore(deps): update gradle to v9.3.0

chore(deps): update gradle to v9.3.0 #93

---
#
# 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
# https://github.com/taskmedia/action-conventional-commits
- uses: taskmedia/action-conventional-commits@443b9cf07a7c453dfd92533a7f0d0c67fb4d8140 # v1.1.25
with:
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
skip_revert: false