remove editorconfig-checker
This commit is contained in:
parent
3d49d58fd2
commit
e49f3fadd7
2 changed files with 0 additions and 8 deletions
3
.github/workflows/linters.yml
vendored
3
.github/workflows/linters.yml
vendored
|
|
@ -17,6 +17,3 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: .
|
||||
|
||||
- uses: editorconfig-checker/action-editorconfig-checker@main
|
||||
- run: editorconfig-checker
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue