Skip to content

Migrate inspire schemas #10

Migrate inspire schemas

Migrate inspire schemas #10

---
#
# 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
# 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