jfmengels / elm-review-unused

Provides elm-review rules to detect unused elements in your Elm project
https://package.elm-lang.org/packages/jfmengels/elm-review-unused/latest/
BSD 3-Clause "New" or "Revised" License
23 stars 12 forks source link

TEST: DO NOT MERGE; try elm-format 0.8.4-rc1 #13

Closed avh4 closed 4 years ago

avh4 commented 4 years ago

This is just a hack to try out the rc elm-format. This hack shouldn't be merged, as the elm-format dependency can be updated normally once it is officially published.

avh4 commented 4 years ago

oh, looks like github actions doesn't use the new workflow in the build for this branch :cry:

jfmengels commented 4 years ago

You could publish a beta version on npm (npm publish --tag beta) and then bump the version in this PR instead.

avh4 commented 4 years ago

I think I'll just clone the repo and try it locally :D