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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user