Skip to content

Commit 8a0bed9

Browse files
committed
Update gha linter to use github/super-linter/slim@v4
1 parent f7a4333 commit 8a0bed9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This repository is a template for Neovim plugins written in Lua.
55
The intention is that you use this template to create a new repository where you then adapt this readme and add your plugin code.
66
The 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

0 commit comments

Comments
 (0)