korken89 / smlang-rs

A State Machine Language DSL procedual macro for Rust
Apache License 2.0
202 stars 28 forks source link

Update CI badge on the ReadMe #30

Closed dzimmanck closed 2 years ago

dzimmanck commented 2 years ago

The CI badge on the ReadMe appears out-of-date, as it shows up as failing.

dzimmanck commented 2 years ago

@korken89, I am not very familiar with the travis CI system. If you want I can port this to the integrated CI with Github actions. Otherwise I think this one is for you. Would be good if this was fixed though because it is one of the first things people look at to determine if a crate is well maintained.

korken89 commented 2 years ago

The crate already uses Github Actions, just that the badge is not used. If you want you can update the badge, or remove it.

dzimmanck commented 2 years ago

@korken89

OK, so just the badge was pointing to one generated by an older CI system. I submitted PR #33 which points these to the SVG badges generated by Github actions. This will make the repo look much more appealing to potential users. No one likes to see "fail" at the top of the master branch when considering using a library in production.

dzimmanck commented 2 years ago

Closed by PR #33