epiccurious / bitcoin-core-node-builder

Spin up a secure Bitcoin Core node with ease.
Other
3 stars 0 forks source link

Add shellcheck and shfmt to testing procedures #120

Closed epiccurious closed 1 year ago

epiccurious commented 1 year ago

Every code change should include a run of shellcheck and shfmt before merging.

Standardized the process by adding copy-paste commands into the testing procedure.

This also might make for a good unit test.

epiccurious commented 1 year ago

Relates to #105