mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
7 lines
335 B
YAML
7 lines
335 B
YAML
pre-commit:
|
|
jobs:
|
|
- name: format qml
|
|
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
|