Skip to content

Refactor ANSI cleaning code with a new function, add verbose and quie… #17

Refactor ANSI cleaning code with a new function, add verbose and quie…

Refactor ANSI cleaning code with a new function, add verbose and quie… #17

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
jobs:
build_and_test:
name: ${{ matrix.os }} ${{ matrix.toolchain }}
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os:
- ubuntu
- macos
- windows
toolchain:
- stable
- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo install --path . --force --verbose
- run: bleach --help
- run: bleach --version