Skip to content

Merge pull request #110 from blas-lapack-rs/update-ci-settings #66

Merge pull request #110 from blas-lapack-rs/update-ci-settings

Merge pull request #110 from blas-lapack-rs/update-ci-settings #66

Workflow file for this run

name: Rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
with:
submodules: "true"
- uses: actions-rs/cargo@v1
with:
command: clippy