tui-widgets 0.7.1

A collection of useful widgets for building terminal user interfaces using Ratatui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Test

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  test:
    uses: joshka/github-workflows/.github/workflows/rust-test.yml@main
    secrets:
      CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}