mirror of
https://github.com/threeal/cmake-action.git
synced 2025-09-14 11:37:22 +00:00
test: modify Lefthook jobs to process all files
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
parent
c3018d07e2
commit
e0106bec9f
@ -8,10 +8,10 @@ pre-commit:
|
||||
run: pnpm tsc
|
||||
|
||||
- name: fix formatting
|
||||
run: pnpm prettier --write --ignore-unknown {staged_files}
|
||||
run: pnpm prettier --write .
|
||||
|
||||
- name: fix lint
|
||||
run: pnpm eslint --no-warn-ignored --fix {staged_files}
|
||||
run: pnpm eslint --fix
|
||||
|
||||
- name: build action
|
||||
run: pnpm rollup -c
|
||||
|
Loading…
Reference in New Issue
Block a user