Skip to content

tui: specify 24-bit color #146

tui: specify 24-bit color

tui: specify 24-bit color #146

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
name: cargo check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check