Skip to content

refactor: Move set_axis and set_legend to Axis and Legend modules #74

refactor: Move set_axis and set_legend to Axis and Legend modules

refactor: Move set_axis and set_legend to Axis and Legend modules #74

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
# - name: Run tests
# run: cargo test --verbose
- name: Format
run: cargo fmt
- name: Clippy
run: cargo clippy
- name: typos-action
uses: crate-ci/[email protected]
- name: Machete
uses: bnjbvr/cargo-machete@main