hissssst / pathex

Fastest tool to access data in Elixir
BSD 2-Clause "Simplified" License
337 stars 17 forks source link

CI for Elixir 1.10/11 #2

Closed devstopfix closed 3 years ago

devstopfix commented 3 years ago

I want to start using this library - would be great to have CI! This uses github actions

This PR runs CI for the latest Elixir and compatible OTP versions. We can go back to earlier Elixir versions that are still supported for security patches - it just requires some minor reformatting of the last line of some of doctests - the last line needs to be expected result

Credo is disabled - I have a small separate PR for this incoming

Formatting check is currently disabled - I don't want to reformat your project - but the option is there

hissssst commented 3 years ago

Thanks for this PR!