From d7496c8019a1ef7fd67c38cd37026447741b35a3 Mon Sep 17 00:00:00 2001 From: Ewan Cahen Date: Thu, 24 Oct 2024 14:11:09 +0200 Subject: [PATCH] ci: add editotconfig checker action on all pull requests --- .github/workflows/editorconfig-check.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/editorconfig-check.yml diff --git a/.github/workflows/editorconfig-check.yml b/.github/workflows/editorconfig-check.yml new file mode 100644 index 000000000..29810f604 --- /dev/null +++ b/.github/workflows/editorconfig-check.yml @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: 2024 Ewan Cahen (Netherlands eScience Center) +# SPDX-FileCopyrightText: 2024 Netherlands eScience Center +# +# SPDX-License-Identifier: Apache-2.0 + +name: EditorConfig Checker + +on: + pull_request: + +jobs: + editorconfig: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v4 + - uses: editorconfig-checker/action-editorconfig-checker@main + - run: editorconfig-checker