This commit is contained in:
alexbelgium
2025-06-09 08:33:31 +02:00
parent 8c4b75a35a
commit e57caca2ed
2 changed files with 9 additions and 3 deletions

7
.github/linters/.editorconfig vendored Normal file
View File

@@ -0,0 +1,7 @@
# Top-most EditorConfig file
root = true
# 2 spaces for shell scripts
[*.sh]
indent_style = space
indent_size = 2

View File

@@ -32,9 +32,9 @@ jobs:
FIX_SHELL_SHFMT: true
FIX_YAML_PRETTIER: true
FIX_JSON: true
FIX_JSON_PRETTIER: true
#FIX_JSON_PRETTIER: true
FIX_MARKDOWN: true
FIX_MARKDOWN_PRETTIER: true
#FIX_MARKDOWN_PRETTIER: true
FIX_PYTHON_BLACK: true
FIX_PYTHON_ISORT: true
FIX_PYTHON_RUFF: true
@@ -58,4 +58,3 @@ jobs:
title: "Github bot: fix linting issues nobuild"
commit-message: "fix: auto-fix linting issues"
branch-suffix: timestamp