native_model 0.6.2

A thin wrapper around serialized data which add information of identity and version.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Conventional Commits

on:
  pull_request:
    branches: [ main ]

jobs:
  build:
    name: Conventional Commits
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
      - uses: webiny/action-conventional-commits@v1.3.0