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

Improve regex #45

Closed cj81499 closed 4 years ago

cj81499 commented 4 years ago

Notable changes to this regex:

cj81499 commented 4 years ago

It just occurred to me that there might be an official regex. There is: https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string.

Should we be using it?