Skip to content

Heavily updated and extended the Makefile #12

Heavily updated and extended the Makefile

Heavily updated and extended the Makefile #12

name: Cargo Check (macOS)
on:
pull_request:
branches: [ main ]
jobs:
cargo-check:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update && rustup default stable
- name: Run cargo check
run: cargo check
env:
RUSTFLAGS: -D warnings