mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Stop redirecting error streams for Vader build
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -72,9 +72,9 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run:
|
run:
|
||||||
if (!(Test-Path -Path vader)){
|
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
|
cd vader
|
||||||
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af 2> $null
|
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
||||||
}
|
}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
|
|||||||
Reference in New Issue
Block a user