Skip to content

fix(deps): update geotoolsversion to v34 (major) #92

fix(deps): update geotoolsversion to v34 (major)

fix(deps): update geotoolsversion to v34 (major) #92

---
#
# 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