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