mirror of
https://github.com/AdguardTeam/AdGuardDNS.git
synced 2026-04-18 04:56:53 -04:00
15 lines
278 B
Bash
Executable File
15 lines
278 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This comment is used to simplify checking local copies of the script. Bump
|
|
# this number every time a significant change is made to this script.
|
|
#
|
|
# AdGuard-Project-Version: 1
|
|
|
|
set -e -f -u
|
|
|
|
. ./scripts/hooks/helper.sh
|
|
|
|
check_unstaged_changes
|
|
|
|
lint_staged_changes
|