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

This is to try and fix formatting issues on #773 on a file
that should be ignored.
This commit is contained in:
Fallenbagel
2024-06-01 05:52:14 +05:00
committed by GitHub
parent c3ddc860b6
commit 1f1ad72e9e

View File

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