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