diff options
author | mattn <mattn.jp@gmail.com> | 2020-01-31 00:31:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 00:31:03 +0900 |
commit | 382223bca5cc2ca87f8af1b7cdee3f65b8ad8fe0 (patch) | |
tree | 75925f379568738b008c0792bbfa195a89e97a55 /.github/workflows/mac_neovim.yml | |
parent | ead5f7718dca26776ab03fccad15df31544ad74a (diff) | |
parent | 6e6f2a345deb694e91bfda53885573370eb11e91 (diff) | |
download | vim-lsp-settings-382223bca5cc2ca87f8af1b7cdee3f65b8ad8fe0.tar.gz vim-lsp-settings-382223bca5cc2ca87f8af1b7cdee3f65b8ad8fe0.tar.bz2 vim-lsp-settings-382223bca5cc2ca87f8af1b7cdee3f65b8ad8fe0.zip |
Merge pull request #136 from johejo/fix/shellcheck_shfmt
shellcheck, shfmt
Diffstat (limited to '.github/workflows/mac_neovim.yml')
-rw-r--r-- | .github/workflows/mac_neovim.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac_neovim.yml b/.github/workflows/mac_neovim.yml index 4964d24..743adf8 100644 --- a/.github/workflows/mac_neovim.yml +++ b/.github/workflows/mac_neovim.yml @@ -24,7 +24,7 @@ jobs: neovim_version: nightly runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Download neovim shell: bash run: curl -L https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-macos.tar.gz -o ~/nvim.tar.gz |