ci: foresee problem with pull request
This commit is contained in:
parent
0d8974c378
commit
d7a44b33ad
|
@ -39,8 +39,11 @@ 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
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue