Skip to content

Added support for command SLOT #248

Added support for command SLOT

Added support for command SLOT #248

Workflow file for this run

name: macOS-latest
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Build
run: cargo build
- name: Clippy
run: cargo clippy