mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
settings-search: auto rebuild on git-precommit via lefthook
This commit is contained in:
@@ -2,3 +2,5 @@ pre-commit:
|
|||||||
jobs:
|
jobs:
|
||||||
- name: format qml
|
- name: format qml
|
||||||
run: cd "$(git rev-parse --show-toplevel)" && ./Scripts/dev/qmlfmt.sh && git update-index --again
|
run: cd "$(git rev-parse --show-toplevel)" && ./Scripts/dev/qmlfmt.sh && git update-index --again
|
||||||
|
- name: build settings search index
|
||||||
|
run: cd "$(git rev-parse --show-toplevel)" && python3 Scripts/dev/build-settings-search-index.py && git add Assets/settings-search-index.json
|
||||||
|
|||||||
Reference in New Issue
Block a user