Skip to content

Fortran layout bigarray view #466

Fortran layout bigarray view

Fortran layout bigarray view #466

Workflow file for this run

name: Clippy
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
stylecheck:
name: Stylecheck
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable toolchain with rustfmt and run cargo format in check mode
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
components: rustfmt
- name: Use OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.1
- run: cargo fmt --all -- --check
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Stable
run: rustup toolchain install stable --profile=default
- name: Use OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.1
- name: Run clippy
run: opam exec -- cargo clippy --all -- -D warnings