mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
5 lines
143 B
YAML
5 lines
143 B
YAML
pre-commit:
|
|
jobs:
|
|
- name: format qml
|
|
run: cd "$(git rev-parse --show-toplevel)" && ./Bin/dev/qmlfmt.sh && git update-index --again
|