Skip to content

Added ThemeColor and Reaper::get- set_theme_color #76

Added ThemeColor and Reaper::get- set_theme_color

Added ThemeColor and Reaper::get- set_theme_color #76

Workflow file for this run

name: linux with tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --workspace --verbose
- name: Run tests
run: RUST_LOG=debug cargo test --verbose