mirror of
https://github.com/Bhupesh-V/ugit.git
synced 2026-09-10 07:26:20 -04:00
get rid of action
This commit is contained in:
parent
0c2f60d737
commit
def552e63e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -13,9 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: ShellCheck Test
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
ignore: ./ugit.plugin.zsh
|
||||
run: shellcheck ugit
|
||||
- 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