Skip to content

Commit

Permalink
Disable Prettier check in CI (#1619)
Browse files Browse the repository at this point in the history
Disables `prettier:check` until discrepancies are handled in
#1618 so that
formatting issues don't fail CI runs.
  • Loading branch information
SuaYoo committed Mar 20, 2024
1 parent d2862ff commit 05e03e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend-build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: yarn lint:check
- name: Format
working-directory: frontend
run: yarn format:check
# TODO Reenable when https://github.com/webrecorder/browsertrix-cloud/issues/1618 is addressed
# run: yarn format:check
run: yarn prettier --list-different .
- name: Unit tests
working-directory: frontend
run: yarn test
Expand Down

0 comments on commit 05e03e0

Please sign in to comment.