remove editorconfig-checker

This commit is contained in:
Smirnov Oleksandr 2023-07-20 00:21:15 +03:00
parent 3d49d58fd2
commit e49f3fadd7
2 changed files with 0 additions and 8 deletions

View file

@ -17,6 +17,3 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: .
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker

View file

@ -8,16 +8,11 @@ tasks:
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]
cmds: