Skip to content

Merge pull request #108 from gkobeaga/openblas-v0.3.25 #67

Merge pull request #108 from gkobeaga/openblas-v0.3.25

Merge pull request #108 from gkobeaga/openblas-v0.3.25 #67

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