From 1318bb038886e00d01f9978ecd15082fef2be17d Mon Sep 17 00:00:00 2001 From: Lev Date: Mon, 8 Nov 2021 20:31:15 +0300 Subject: [PATCH] ci(Lint): Add -x flag --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd4af732..04e09458 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,3 +14,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ludeeus/action-shellcheck@master + env: + SHELLCHECK_OPTS: -x