ci(prettier): ignore ADOPTERS.md using .prettierignore

Ignore `ADOPTERS.md` using `.prettierignore`
instead of ignoring it at the GitHub action config.

This will cause the same rules to be applied locally as these checks.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2022-04-04 19:47:05 +02:00
parent db21d78179
commit 0f8bb7e351
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ jobs:
continue-on-error: true
- name: prettier
run: yarn prettier:check '!ADOPTERS.md'
run: yarn prettier:check
- name: lock
run: yarn lock:check
+3
View File
@@ -8,3 +8,6 @@ api-report.md
plugins/scaffolder-backend/sample-templates
.vscode
dist-types
# reduce the barrier for adopters to add themselves
ADOPTERS.md