Closed Two-Hearts closed 1 year ago
I would like to see if we can refactor out
dist
,package-lock.json
,packae.json
, andtsconfig.json
.
Good idea. Will do some reorganize on those files.
@Two-Hearts This PR contains 3 changes:
- code refactoring
- add Apache 2.0 license
- support downloading using checksums
Could you split this PR into 3 PRs?
@shizhMSFT I removed license related file from this PR. Will create another one to add license later. However, for support checksums
, this is one of the main purposes for the current PR. Because the logic is already in the sign
action. I'm just pulling it out and relocating it in a common lib
in this PR.
This PR refactors the repo. The refactored Github Actions are tested by this build.
Resolves #6, #10, #11, #12, and #13