cleverlib 0.2.0

cleverlib makes it easy to parse compact log events (clef)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Commitlint

on:
  push:
    branches: ['main']
  pull_request:

jobs:
  commitlint:
    runs-on: ubuntu-latest
    name: Commitlint
    steps:
      - name: Conventional Commitlint
        uses: opensource-nepal/commitlint@v1