devlinjunker / template.github.semver

Template for Projects that use Github Actions and Hooks to enforce Semantic Versioning
MIT License
3 stars 0 forks source link

Update scripts with `set -eu` #151

Open devlinjunker opened 3 years ago

devlinjunker commented 3 years ago

Describe the Improvement: Make scripts safer by setting some flags

Steps:

  1. Finish #150
  2. Add set -eu to each bash file

Additional Context and Links: https://github.com/devlinjunker/shell/issues/12 https://cuddly-octo-palm-tree.com/posts/2021-01-24-bash-set-dash-u/

Testing: N/A