Skip to content

highly experimental macOS hijacking for v8killer launcher #46

highly experimental macOS hijacking for v8killer launcher

highly experimental macOS hijacking for v8killer launcher #46

Workflow file for this run

on: [ push, pull_request ]
name: Clippy check
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Run Clippy
run: cargo clippy --all-targets --all-features