From 6247c8d45a6d2a842f590151ee6c24c5e1ee610f Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Tue, 10 Sep 2019 19:18:18 -0700 Subject: [PATCH] Updated workflow name --- .github/workflows/crystal.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index c8442af..dcac7dc 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -1,4 +1,4 @@ -name: Crystal CI +name: Specs on: [push] diff --git a/README.md b/README.md index 3b6b70a..b21af86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Apatite -[](https://github.com/watzon/apatite/actions) +[](https://github.com/watzon/apatite/actions) Apatite is a collection of mathematical and scientific algorithms. Currently it implements the API from Ruby's `Matrix` class for both `Matrix` and `Vector`. This API will be added to as needs arise. The goal is for this project to eventually contain everything you could get from SciPy, but in pure Crystal.