diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d109c7..bf27a56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,8 @@ jobs: - uses: actions/checkout@master - name: ShellCheck Test uses: ludeeus/action-shellcheck@master + with: + ignore: ./ugit.plugin.zsh - 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).