Add macOS-specific has_shadow
and with_has_shadow
to ViewportBuil…
#2105
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 | |
steps: | |
- uses: dtolnay/rust-toolchain@master | |
with: | |
toolchain: 1.85 | |
- name: Machete install | |
run: cargo install cargo-machete --locked | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Machete Check | |
run: cargo machete | |