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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
- name: Formatting
|
- name: Formatting
|
||||||
run: yarn format:check
|
run: yarn format:check --ignore-path .prettierignore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user