We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d180c4 commit 77ceb66Copy full SHA for 77ceb66
ci/run_task.sh
@@ -1,6 +1,9 @@
1
#!/usr/bin/env bash
2
#
3
# Script used to run CI jobs, can also be used from the command line.
4
+#
5
+# Shellcheck can't search dynamic paths
6
+# shellcheck source=/dev/null
7
8
set -euox pipefail
9
0 commit comments