Revert "ci: update format check command to ignore .prettierignore files (#787)" (#788)

This reverts commit 1f1ad72e9e.
This commit is contained in:
Fallenbagel
2024-06-01 06:10:07 +05:00
committed by GitHub
parent 1f1ad72e9e
commit 4757f1c3e5

View File

@@ -24,7 +24,7 @@ jobs:
- name: Lint
run: yarn lint
- name: Formatting
run: yarn format:check --ignore-path .prettierignore
run: yarn format:check
- name: Build
run: yarn build