fix: remove prepush

This commit is contained in:
Amadeus Mader 2026-03-01 23:05:11 +01:00
parent 496d3ac2db
commit 68d76abdfc

View file

@ -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