gitv-tui 0.4.4

A terminal-based GitHub client built with Rust and Ratatui.
1
2
3
4
5
6
7
8
9
10
11
on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["*"]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: cargo-machete
        uses: bnjbvr/cargo-machete@v0.9.2