Skip to content

optimal Y check & add 传送锚点 hotkey&cli param #83

optimal Y check & add 传送锚点 hotkey&cli param

optimal Y check & add 传送锚点 hotkey&cli param #83

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release
- name: Run tests
run: cargo run --release