Skip to content

Commit

Permalink
ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Llywelwyn committed Sep 9, 2023
1 parent de63286 commit f567885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: ci
on:
push:
branches: [ "main" ]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f567885

Please sign in to comment.