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

checksum for dist/index.js #62

Closed axetroy closed 4 years ago

axetroy commented 4 years ago

In order to prevent dist/index.js from being modified (because this file is a packaged file, it is difficult to review)

So I added a mechanism to re-verify it in the CI phase