zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

.pre-commit-config.yaml (389B)


      1 repos:
      2   - repo: https://github.com/compilerla/conventional-pre-commit
      3     rev: v2.1.1
      4     hooks:
      5       - id: conventional-pre-commit
      6         stages: [commit-msg]
      7         args:
      8           [
      9             "feat",
     10             "fix",
     11             "docs",
     12             "perf",
     13             "refactor",
     14             "style",
     15             "test",
     16             "chore",
     17             "security",
     18           ]