mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
2bb876a40d
You can install the git hooks by running ./.github/install-hooks.sh. Afterward the linters will be run before every commit and push so you can catch violations before the CI does.
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
.github/lint-commit-message.sh $1
|