From 8bb94ca7552b70a3c6d185a1ee8e87d745799e75 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Mon, 19 Feb 2024 12:41:42 +0100 Subject: [PATCH] Revert "ci: add codeQuality job to run lint and format tasks (#3922)" This reverts commit dccc08153f57bbab0777616affe65bf5e741b8ea. --- .github/workflows/CI.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 975ccd12ea..3568a1f3f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,27 +31,6 @@ jobs: - name: Test run: yarn test - codeQuality: - name: Code quality - needs: [build] - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v4 - - - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: yarn - - - name: Install dependencies - run: yarn install --ignore-engines --frozen-lockfile - - - name: Check format - run: yarn format - - - name: Lint - run: yarn lint - nodeJsBaselineAptCompatibility: name: NodeJS installed from stock Ubuntu-LTS packages (not external sources) runs-on: ubuntu-22.04