Skip to content

make device-local primitives device-safe by default (for allocation a… #28

make device-local primitives device-safe by default (for allocation a…

make device-local primitives device-safe by default (for allocation a… #28

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
lints:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- name: Rustfmt
run: cargo fmt --all -- --check
# - name: Clippy
# run: cargo clippy --all --all-features -- -D warnings