2 files changed,
0 insertions(+),
8 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-07-20 00:21:15 +0300
Parent:
3d49d58
jump to
| M | .github/workflows/linters.yml |
| M | Taskfile.yml |
M
.github/workflows/linters.yml
@@ -17,6 +17,3 @@ - uses: NTBBloodbath/selene-action@v1.0.0
with: token: ${{ secrets.GITHUB_TOKEN }} args: . - - - uses: editorconfig-checker/action-editorconfig-checker@main - - run: editorconfig-checker
M
Taskfile.yml
@@ -8,15 +8,10 @@ lint:
desc: runs all linters cmds: - task: lint_lua - - task: lint_editorconfig lint_lua: desc: runs lua linter on all repo cmds: [selene .] - - lint_editorconfig: - desc: runs editorconfig-checker - cmds: [editorconfig-checker] test: aliases: [tests, spec]