From 0c2f60d737968dc53eaec58f4701f7790eec77d6 Mon Sep 17 00:00:00 2001 From: Bhupesh Varshney Date: Thu, 20 May 2021 11:20:44 +0530 Subject: [PATCH] ignore zsh plugin from build --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d109c7..bf27a56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,8 @@ jobs: - uses: actions/checkout@master - name: ShellCheck Test uses: ludeeus/action-shellcheck@master + with: + ignore: ./ugit.plugin.zsh - name: Syntax Testing # -n : read commands but do not execute them. # This may be used to check a shell script for syntax errors (ignored by interactive shells).