Skip to content

fix(xplan): add default CRS to XPlanGML (XPlanAuszug) export #1812

fix(xplan): add default CRS to XPlanGML (XPlanAuszug) export

fix(xplan): add default CRS to XPlanGML (XPlanAuszug) export #1812

---
#
# PLEASE NOTE: Managed workflow - do not change manually
#
name: Check commit conventions
on:
pull_request:
branches:
- "*"
jobs:
verify-commits:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
# https://github.com/taskmedia/action-conventional-commits
- uses: taskmedia/action-conventional-commits@e611e6d5471dc1853d7ab1642ed07c6abe28eb1d # v1.1.26
with:
types: "feat|fix|refactor|revert|ci|chore|docs|build|perf|test|style"
skip_revert: false