mirror of
https://github.com/dense-analysis/ale
synced 2025-01-29 19:42:55 +00:00
Try to fix GitHub Actions
This commit is contained in:
parent
99a33d8d3f
commit
d52c3db238
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
build_image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build docker run image
|
||||
shell: bash
|
||||
env:
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
- '--neovim-08-only'
|
||||
- '--linters-only'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run tests
|
||||
run: ./run-tests -v ${{ matrix.vim-version }}
|
||||
test_ale_windows:
|
||||
@ -41,8 +41,9 @@ jobs:
|
||||
- name: Configure Git
|
||||
# Stop git from changing newlines
|
||||
run: git config --global core.autocrlf input
|
||||
- uses: actions/checkout@v2
|
||||
path: C:\testplugin
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: C:\testplugin
|
||||
- name: Try to Restore Vim
|
||||
id: cache-vim
|
||||
uses: actions/cache@v3
|
||||
@ -69,7 +70,7 @@ jobs:
|
||||
path: C:\vader
|
||||
key: ${{ runner.os }}-vader
|
||||
- name: Install Vader
|
||||
if: steps.cache-vim-vader.outputs.cache-hit != 'true'
|
||||
if: steps.cache-vader.outputs.cache-hit != 'true'
|
||||
shell: pwsh
|
||||
run:
|
||||
if (!(Test-Path -Path C:\vader)){
|
||||
|
Loading…
Reference in New Issue
Block a user