diff --git a/.github/workflows/cargo-build-test.yml b/.github/workflows/cargo-build-test.yml index 1f9bfa1..002bbb6 100644 --- a/.github/workflows/cargo-build-test.yml +++ b/.github/workflows/cargo-build-test.yml @@ -1,4 +1,4 @@ -name: Rust +name: ci on: push: branches: [ "main" ] diff --git a/README.md b/README.md index 8abc238..cb679d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # inflect-rs +![ci](https://github.com/Llywelwyn/inflect_rs/actions/workflows/cargo-build-test.yml/badge.svg) + inflect-rs is a Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words. ```rust