File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v2
1717
1818 - name : Lint Code Base
19- uses : github/super-linter@v3
19+ uses : github/super-linter/slim@v4
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222 VALIDATE_JSCPD : false
Original file line number Diff line number Diff line change 2323 - name : Prepare plenary
2424 run : |
2525 git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
26- ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
26+ ln -s " $(pwd)" ~/.local/share/nvim/site/pack/vendor/start
2727
2828 - name : Run tests
2929 run : |
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This repository is a template for Neovim plugins written in Lua.
55The intention is that you use this template to create a new repository where you then adapt this readme and add your plugin code.
66The template includes the following:
77
8- - Github workflows to run linters and tests
8+ - GitHub workflows to run linters and tests
99- Minimal test setup
10- - editorconfig
10+ - EditorConfig
1111- A .luacheckrc
1212
1313
You can’t perform that action at this time.
0 commit comments