ignore zsh plugin from build

This commit is contained in:
Bhupesh Varshney 2021-05-20 11:20:44 +05:30 committed by GitHub
parent b2d696c5d6
commit 0c2f60d737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).