dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
1.05k stars 35 forks source link

Add lint to the ci #38

Closed sigmaSd closed 1 year ago

sigmaSd commented 1 year ago

depends on https://github.com/dsherret/dax/pull/33

sigmaSd commented 1 year ago

Are there issues on enabling this https://github.com/dsherret/dax/blob/63566a33e4f7506020d7c309df1866860e69ec6d/.github/workflows/ci.yml#L23 ?

sigmaSd commented 1 year ago

Also what about adding codecov and udd

I have simple example here https://github.com/sigmaSd/sigmastd/tree/master/.github/workflows

dsherret commented 1 year ago

I added checking to the ci for formatting in this pr.

Let's not add codecov or automatically updating dependencies. I personally don't think they're worth the time or effort.