mirror of
https://github.com/Bhupesh-V/ugit.git
synced 2026-09-10 07:26:20 -04:00
ignore zsh plugin from build
This commit is contained in:
parent
b2d696c5d6
commit
0c2f60d737
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue