From 876e8c0dca0c2d234075bd9f574fbcc226395c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:18:12 +0200 Subject: [PATCH] ci: use reusable lint-editorconfig workflow --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 128b053..68172db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,13 +10,7 @@ on: jobs: lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - - uses: editorconfig-checker/action-editorconfig-checker@840e866d93b8e032123c23bac69dece044d4d84c - - - run: editorconfig-checker + uses: owncloud-docker/ubuntu/.github/workflows/lint-editorconfig.yml@master build: needs: lint