nushell / nufmt

MIT License
64 stars 8 forks source link

make `clippy` happy and add a github workflow #12

Closed AucaCoyan closed 1 year ago

AucaCoyan commented 1 year ago

Hi! It's me again. I made clippy stop complaining and setup a github workflow, so we can have alerts when commits are not compliant.

fdncred commented 1 year ago

Thanks!

amtoine commented 1 year ago

looking good, looking good :blush:

@AucaCoyan now some tests? :smirk:

AucaCoyan commented 1 year ago

I would like to! First I need to refactor the code to be able to format a String or stdin. Then all the examples go down the toilet and we write tests for everything. It's also a nice moment to add tests in CI

amtoine commented 1 year ago

I would like to! First I need to refactor the code to be able to format a String or stdin. Then all the examples go down the toilet and we write tests for everything. It's also a nice moment to add tests in CI

sounds great to me :ok_hand: