mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
chore: add lint & fmt to ci/cd
This commit is contained in:
Executable
+9
@@ -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
|
||||
Reference in New Issue
Block a user