Skip to content

Add ASCII fallback for non-UTF-8 terminals #145

Add ASCII fallback for non-UTF-8 terminals

Add ASCII fallback for non-UTF-8 terminals #145

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --release
- run: cargo test
- run: cargo fmt --check
- run: cargo clippy -- -D warnings