From 13a17769945f31fd477651095829609958810798 Mon Sep 17 00:00:00 2001 From: connormaglynn Date: Thu, 5 Dec 2024 15:06:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20Code=20Formatter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/format-code.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/format-code.yml diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml deleted file mode 100644 index 6c51fed..0000000 --- a/.github/workflows/format-code.yml +++ /dev/null @@ -1,12 +0,0 @@ -on: - pull_request: - types: [opened, edited, reopened, synchronize] - -jobs: - format-code: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: ministryofjustice/github-actions/code-formatter@main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}