-
Notifications
You must be signed in to change notification settings - Fork 54
Major cleanup #251
base: main
Are you sure you want to change the base?
Major cleanup #251
Conversation
Great stuff! Are you aware of: The repos here will be moved to the @haskell-actions organisation (ongoing). |
All 3 repos are split, now we can merge parts of these PR to the 3 repos. |
Again, thanks for the effort so far, @pavelzw ! @pavelzw wrote:
The actions are now split into separate repos.
I am not an expert here, but this could be discussed at the new repos.
Something like this exists now for the
This would be interesting for the
Nice! I usually do this manually, also bumping the |
This PR tries to clean up this repository a bit. Since there are three actions from three different repositories integrated into this repository and every action does some things a bit differently than the others, I'll try to unify this a bit.
My suggestions are:
ncc
+tsc
totsup
. This allows us to develop usingnpm run dev
with hot reloading.check-dist.yml
workflow that checks that the compiled versions in*/dist/index.js
are actually correct.vx.y.z
, push the tagsvx
andvx.y
automatically)setup
hlint-setup
hlint-run