Skip to content

Commit 377c85a

Browse files
authored
Use our own editorconfig checker plugin (#415)
1 parent 4a00821 commit 377c85a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.woodpecker/lint.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ steps:
1212
- 'markdownlint-cli2 *.{md,markdown}'
1313

1414
editor-config:
15-
image: docker.io/mstruebing/editorconfig-checker:v3.4.1
15+
image: docker.io/woodpeckerci/plugin-editorconfig-checker:0.3.2
1616
depends_on: []
17-
commands:
18-
- ec --config .editorconfig-checker.json .
1917

2018
helm-lint:
2119
image: docker.io/alpine/helm:3.19.0

0 commit comments

Comments
 (0)