mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
a32d030144
* ci(buildkite): remove automatic retries for lint step * refactor(web): refactor commitlint hook for windows
6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
. "$(dirname "$0")/required-apps"
|
|
|
|
cd web && ${PMGR} run commitlint --edit $1
|