From 6c5dee829169f6529b5667943f51439e32120d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Tue, 18 May 2021 07:29:17 +0200 Subject: [PATCH] Do not shellcheck zsh/ configuration --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d523eab5..fe94734af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - uses: ludeeus/action-shellcheck@1.1.0 + with: + ignore: zsh/* requirements_txt: name: Validate Python requirements runs-on: ubuntu-20.04