denolib / setup-deno

Set up your GitHub Actions workflow with a specific version of deno
https://github.com/marketplace/actions/setup-deno-environment
MIT License
181 stars 16 forks source link

use official versions file #74

Closed zhmushan closed 3 years ago

zhmushan commented 3 years ago

fixed #47, #58

axetroy commented 3 years ago

Great Job! 👍

and I found that checksum is missing in npm run check scripts.

I don’t remember when it disappeared, can you add it back?

zhmushan commented 3 years ago

@axetroy I think checksum should not be included in check, because we will only update dist/index.js when the new version is released.

zhmushan commented 3 years ago

But ci did an invalid check, I will fix it