GlobalNamesArchitecture / damerau-levenshtein

Calculates edit distance using Damerau-Levenshtein algorithm
MIT License
144 stars 19 forks source link

Migrate TravisCI to GitHub Actions #23

Closed ybiquitous closed 2 years ago

ybiquitous commented 2 years ago

This change also adds Ruby 3.0 to the CI matrix.

See also https://github.com/ruby/setup-ruby#matrix-of-ruby-versions

ybiquitous commented 2 years ago

The new CI URLs can be updated after this PR merged.

https://github.com/GlobalNamesArchitecture/damerau-levenshtein/blob/d4e375479fbb8c6c8e36c705cec8c91cedf33704/README.md#L256-L257

dimus commented 2 years ago

thanks @ybiquitous very helpful

dimus commented 2 years ago

looks like something is missing, and CI fails atm. I will have to investigate, but sadly not soon, I can get back to it in 2 weeks or so. If you can try to fix the problem, it would be great @ybiquitous

ybiquitous commented 2 years ago

@dimus No worries! The problem seems like a RuboCop's issue. I'll look into it. 👍🏼