From 419a0100585a4230d5c5b3804e8f22b5263dda71 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Tue, 11 Feb 2020 18:33:34 +0000 Subject: [PATCH] safsaf --- .github/workflows/bash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bash.yml b/.github/workflows/bash.yml index e0543bb..15c084d 100644 --- a/.github/workflows/bash.yml +++ b/.github/workflows/bash.yml @@ -16,4 +16,4 @@ jobs: - name: Installing dependencies.. run: if ! apt list --installed 2>/dev/null | grep -q ".*shellcheck.*"; then apt install -y shellcheck; fi - name: Linting.. - run: for file in $(git --git-dir="$GITHUB_WORKSPACE/.git" --no-pager diff --name-only origin/master | ggrep -o ".*\.bash"); do shellcheck --external-sources --shell=bash "$file";done \ No newline at end of file + run: for file in $(git --git-dir="$GITHUB_WORKSPACE/.git" --no-pager diff --name-only origin/master | grep '.*\.bash'); do shellcheck --external-sources --shell=bash "$file";done \ No newline at end of file