refactor: migration to be based on https://github.com/ruinivist/kde-6-widget-starter
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
repo_root="$(git rev-parse --show-toplevel)"
|
||||
cd "$repo_root"
|
||||
|
||||
echo "[pre-commit] Running make format..."
|
||||
make format
|
||||
|
||||
echo "[pre-commit] Staging formatting changes..."
|
||||
git add -A
|
||||
|
||||
echo "[pre-commit] Running make lint..."
|
||||
make lint
|
||||
Reference in New Issue
Block a user