chore: add lint & fmt to ci/cd

This commit is contained in:
AJ ONeal
2023-10-12 02:34:40 +00:00
parent c78662056d
commit ca46158d68
2 changed files with 40 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -e
set -u
# Install 'shfmt 3.7.x'
curl -fsS https://webi.sh/shfmt@3.7 | sh
# Install 'shellcheck v0.9.x'
curl -fsS https://webi.sh/shellcheck@0.9 | sh