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:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: .
|
args: .
|
||||||
|
|
||||||
- uses: editorconfig-checker/action-editorconfig-checker@main
|
|
||||||
- run: editorconfig-checker
|
|
||||||
|
|
|
||||||
|
|
@ -8,16 +8,11 @@ tasks:
|
||||||
desc: runs all linters
|
desc: runs all linters
|
||||||
cmds:
|
cmds:
|
||||||
- task: lint_lua
|
- task: lint_lua
|
||||||
- task: lint_editorconfig
|
|
||||||
|
|
||||||
lint_lua:
|
lint_lua:
|
||||||
desc: runs lua linter on all repo
|
desc: runs lua linter on all repo
|
||||||
cmds: [selene .]
|
cmds: [selene .]
|
||||||
|
|
||||||
lint_editorconfig:
|
|
||||||
desc: runs editorconfig-checker
|
|
||||||
cmds: [editorconfig-checker]
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
aliases: [tests, spec]
|
aliases: [tests, spec]
|
||||||
cmds:
|
cmds:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue