Skip to content

Bump ndarray from 0.17.1 to 0.17.2 in the non-breaking group #303

Bump ndarray from 0.17.1 to 0.17.2 in the non-breaking group

Bump ndarray from 0.17.1 to 0.17.2 in the non-breaking group #303

Workflow file for this run

name: autofix.ci
on:
workflow_call:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: autofix-${{ hashFiles('**/Cargo.lock') }}
- run: rustup toolchain install stable --profile minimal --component rustfmt --component clippy
- run: rustup default stable
- run: cargo clippy --fix --workspace
- run: cargo fmt --all
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef