Skip to content

feat(plots): pop hovered line to the front #994

feat(plots): pop hovered line to the front

feat(plots): pop hovered line to the front #994

Workflow file for this run

name: Rust
on: [push, workflow_dispatch]
env:
CARGO_TERM_COLOR: always
jobs:
build-linux:
runs-on:
- ubuntu-latest
container:
image: ghcr.io/spmadden/irox-dev:latest
steps:
- uses: actions/checkout@v4
- name: CI Build
run: just run ci
build-windows:
runs-on:
- windows-latest
steps:
- uses: actions/checkout@v4
- name: CI Build
run: |
cargo install just
just run ci