gitkit 0.4.0

Standalone CLI for configuring git repos — hooks, .gitignore, and .gitattributes
1
2
3
4
5
6
7
8
9
name: CI

on:
  pull_request:
  workflow_dispatch:

jobs:
  rust-ci:
    uses: UniverLab/workflows/.github/workflows/rust-ci.yml@main