mirror of https://github.com/dense-analysis/ale
Stop redirecting error streams for Vader build
This commit is contained in:
parent
752acbe79b
commit
bf8e7f6368
|
@ -72,9 +72,9 @@ jobs:
|
|||
shell: pwsh
|
||||
run:
|
||||
if (!(Test-Path -Path vader)){
|
||||
git clone https://github.com/junegunn/vader.vim vader 2> $null
|
||||
git clone https://github.com/junegunn/vader.vim vader
|
||||
cd vader
|
||||
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af 2> $null
|
||||
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
||||
}
|
||||
- name: Run tests
|
||||
# yamllint disable rule:line-length
|
||||
|
|
Loading…
Reference in New Issue