Closed epiccurious closed 1 year ago
Every code change should include a run of shellcheck and shfmt before merging.
shellcheck
shfmt
Standardized the process by adding copy-paste commands into the testing procedure.
This also might make for a good unit test.
Relates to #105
Every code change should include a run of
shellcheck
andshfmt
before merging.Standardized the process by adding copy-paste commands into the testing procedure.
This also might make for a good unit test.