From a29cd2cdc242de560700f3df7e57b2867f45486e Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 5 Jan 2023 07:45:21 -0500 Subject: Move Prettier CI checks to filtered jobs (#22376) --- .github/workflows/linter.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows/linter.yml') diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 319152e93..b6438d665 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -57,8 +57,6 @@ jobs: cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile - - name: Check prettier formatting - run: yarn format-check - name: Set-up RuboCop Problem Mathcher uses: r7kamura/rubocop-problem-matchers-action@v1 - name: Set-up Stylelint Problem Matcher -- cgit