Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3504834
D4485.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
530 B
Referenced Files
None
Subscribers
None
D4485.diff
View Options
diff --git a/.buildkite/shellcheck.yml b/.buildkite/shellcheck.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/shellcheck.yml
@@ -0,0 +1,12 @@
+steps:
+ - label: ":shell: ShellCheck"
+ command:
+ - 'apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y shellcheck'
+ - 'shopt -s globstar'
+ - 'shellcheck -x -P SCRIPTDIR **/*.sh'
+ plugins:
+ - docker#v3.13.0:
+ image: 'debian:stable'
+ shell: ["/bin/bash", "-e", "-c"]
+ agents:
+ - 'autoscaling=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:44 AM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2687448
Default Alt Text
D4485.diff (530 B)
Attached To
Mode
D4485: [CI] Add `ShellCheck` workflow to Buildkite
Attached
Detach File
Event Timeline
Log In to Comment