Skip to content

chore: update documentation #28

chore: update documentation

chore: update documentation #28

Workflow file for this run

name: lunaro_manager
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: cargo check
- run: cargo test
- run: cargo build