Skip to content

frontend: move terminal draw into view::view() #27

frontend: move terminal draw into view::view()

frontend: move terminal draw into view::view() #27

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
validating:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: format
run: cargo fmt --check --verbose
- name: building
run: cargo build --verbose
- name: testing
run: cargo test --verbose