From 1d55b3a79349652fb4a79bb1a504e9fb21120613 Mon Sep 17 00:00:00 2001 From: Emiliano Ruiz Carletti Date: Mon, 13 Feb 2023 20:41:03 -0300 Subject: [PATCH] Remove failing CI --- .github/workflows/validate_commit.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/validate_commit.yml b/.github/workflows/validate_commit.yml index c13626b..95c0e65 100644 --- a/.github/workflows/validate_commit.yml +++ b/.github/workflows/validate_commit.yml @@ -7,14 +7,6 @@ on: branches: [ master ] jobs: - style: - runs-on: ubuntu-latest - container: - image: mstruebing/editorconfig-checker - steps: - - uses: actions/checkout@v3 - - name: Check editorconfig - run: ec test: runs-on: ubuntu-latest steps: