From def552e63e374369893075108e5963f54a4ab1b1 Mon Sep 17 00:00:00 2001 From: Bhupesh Varshney Date: Thu, 20 May 2021 11:48:10 +0530 Subject: [PATCH] get rid of action --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf27a56..ba52a93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,9 +13,7 @@ jobs: steps: - uses: actions/checkout@master - name: ShellCheck Test - uses: ludeeus/action-shellcheck@master - with: - ignore: ./ugit.plugin.zsh + run: shellcheck ugit - 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).