From 969caef16313c77a56833ff998a821e2f657f8ac Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Wed, 26 Jun 2024 02:33:36 +0200 Subject: [PATCH] ci: add editorconfig linting --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecc422e..a8978e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,15 +3,11 @@ name: CI on: # yamllint disable-line rule:truthy push: jobs: - editorconfig-lint: - runs-on: ubuntu-latest - steps: - - name: EditorConfig-Action - uses: zbeekman/EditorConfig-Action@v1.1.1 - - yaml-lint: + ci-lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: yaml-lint uses: ibiqlik/action-yamllint@v3 + - name: EditorConfig-Action + uses: zbeekman/EditorConfig-Action@v1.1.1