ci: foresee problem with pull request

This commit is contained in:
Reinaldy Rafli 2021-07-16 16:11:11 +07:00
parent 0d8974c378
commit d7a44b33ad
1 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,10 @@ jobs:
run: yarn
- name: Lint
run: yarn lint
run: npx eslint --ext .svelte,.js,.ts --ignore-path .gitignore .
- name: Formatting
run: npx prettier --check --ignore-path .gitignore --plugin-search-dir=. "./**/*.(ts|json|js|svelte)"
- name: Build
run: yarn build