git-ca 0.1.0

git plugin that drafts commit messages using GitHub Copilot
1
2
3
4
5
6
7
8
9
pre-commit:
  parallel: true
  commands:
    fmt:
      run: cargo fmt --check
    clippy:
      run: cargo clippy --all-targets --all-features -- -D warnings
    test:
      run: cargo test