fix: remove prepush
This commit is contained in:
parent
496d3ac2db
commit
68d76abdfc
1 changed files with 0 additions and 7 deletions
|
|
@ -4,15 +4,8 @@ pre-commit:
|
|||
- name: prettier
|
||||
glob: '*.{css,html,js,json,md,mjs,ts,yaml,yml}'
|
||||
run: prettier --check --config=.prettierrc.js --ignore-path=.prettierignore --ignore-path=.gitignore {staged_files}
|
||||
|
||||
- name: mix format
|
||||
glob: '*.{ex,exs}'
|
||||
run: mix format --check-formatted
|
||||
|
||||
- name: typos
|
||||
run: typos {staged_files}
|
||||
|
||||
pre-push:
|
||||
jobs:
|
||||
- name: mix check
|
||||
run: mix check
|
||||
|
|
|
|||
Loading…
Reference in a new issue