From 3b272d250ed27d90bee7110c092df33cc8a9d89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 31 Jul 2022 23:49:36 +0200 Subject: [PATCH] Fix editorconfig-checker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/editorconfig-checker | 14 -------------- .github/workflows/editorconfig-checker.yml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 .github/workflows/editorconfig-checker create mode 100644 .github/workflows/editorconfig-checker.yml diff --git a/.github/workflows/editorconfig-checker b/.github/workflows/editorconfig-checker deleted file mode 100644 index 37b20ba3..00000000 --- a/.github/workflows/editorconfig-checker +++ /dev/null @@ -1,14 +0,0 @@ -name: editorconfig-checker - -on: - pull_request: - push: - -jobs: - build: - name: editorconfig-checker - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - uses: editorconfig-checker/action-editorconfig-checker@main - - run: editorconfig-checker diff --git a/.github/workflows/editorconfig-checker.yml b/.github/workflows/editorconfig-checker.yml new file mode 100644 index 00000000..f919df15 --- /dev/null +++ b/.github/workflows/editorconfig-checker.yml @@ -0,0 +1,14 @@ +name: editorconfig-checker + +on: + pull_request: + push: + +jobs: + build: + name: editorconfig-checker + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3.0.2 + - uses: editorconfig-checker/action-editorconfig-checker@main + - run: editorconfig-checker