From 5f8504b5cf6b7b43022af1314bd3cefa067d401c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 15 Oct 2022 11:57:22 +0200 Subject: [PATCH] Remove file suffixed with singular It was wrongly preserved after a conflict that followed a rename. --- .github/workflows/coding-standard.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/coding-standard.yml diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml deleted file mode 100644 index 04b2556460e..00000000000 --- a/.github/workflows/coding-standard.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "Coding Standards" - -on: - pull_request: - branches: - - "*.x" - push: - branches: - - "*.x" - -jobs: - coding-standards: - uses: "doctrine/.github/.github/workflows/coding-standards.yml@2.1.0"