mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-06 19:43:52 -05:00
10 lines
260 B
Bash
Executable File
10 lines
260 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
pre-commit install-hooks --config .github/pre-commit-config.yaml;
|
|
pre-commit run --hook-stage manual --all-files --config .github/pre-commit-config.yaml;
|
|
|
|
vulture . --min-confidence 75 --ignore-names policy |