mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
5 lines
147 B
YAML
5 lines
147 B
YAML
pre-commit:
|
|
jobs:
|
|
- name: format qml
|
|
run: cd "$(git rev-parse --show-toplevel)" && ./Scripts/dev/qmlfmt.sh && git update-index --again
|