Skip to content

3_kmeans.md: rename ndarray::stack -> ndarray::concatenate to match e… #8

3_kmeans.md: rename ndarray::stack -> ndarray::concatenate to match e…

3_kmeans.md: rename ndarray::stack -> ndarray::concatenate to match e… #8

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
profile: minimal
toolchain: stable
components: clippy
- name: Build
run: cargo build --all
- name: Format
run: cargo fmt --all -- --check