From cd90392eeda362fe7063e249ee8c6ed0dbc3b609 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Tue, 31 Mar 2020 18:02:58 -0700 Subject: [PATCH] Fix linting --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2363fd3..14e1a4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,4 @@ lint:shell-script: before_script: - shellcheck -V script: - - find bin -name "*" -exec shellcheck {} \; + - find bin -type f -name "*" -exec shellcheck {} \; -- GitLab