prevent default action on command-comma in eframe web #3413
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cargo Machete | |
on: [push, pull_request] | |
jobs: | |
cargo-machete: | |
runs-on: ubuntu-latest | |
timeout-minutes: 15 | |
steps: | |
- uses: dtolnay/rust-toolchain@master | |
with: | |
toolchain: 1.86 | |
- name: Machete install | |
## The official cargo-machete action | |
uses: bnjbvr/cargo-machete@main | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Machete Check | |
run: cargo machete |