Skip to content

feat: Get centroid from a DistanceMatrix #19

feat: Get centroid from a DistanceMatrix

feat: Get centroid from a DistanceMatrix #19

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Install shards
run: shards install --without-development
- name: Run tests
run: crystal spec --order=random --error-on-warnings
- name: Check format
run: crystal tool format --check