mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2025-02-05 16:44:43 +00:00
Fixing prettier check.
This commit is contained in:
parent
1e8223f777
commit
f95bcf14cd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ steps:
|
|||
prettier_markdown_check:
|
||||
image: tmknom/prettier:3.2.5
|
||||
commands:
|
||||
- prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts" "!src/shared/donation_stats.ts" "!pnpm-lock.yaml"
|
||||
- prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client-latest" "!lemmy-js-client-next" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts" "!src/shared/donation_stats.ts" "!pnpm-lock.yaml"
|
||||
when:
|
||||
- event: pull_request
|
||||
|
||||
|
|
Loading…
Reference in a new issue