Move Prettier CI checks to filtered jobs (#22376)

This commit is contained in:
Nick Schonning
2023-01-05 07:45:21 -05:00
committed by GitHub
parent 8cff96d94d
commit a29cd2cdc2
3 changed files with 78 additions and 2 deletions

View File

@@ -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