mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
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
|
||||
run: yarn lint
|
||||
- name: Formatting
|
||||
run: yarn format:check
|
||||
run: yarn format:check --ignore-path .prettierignore
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user