mirror of
https://github.com/pion/webrtc.git
synced 2025-10-01 21:42:15 +08:00
12 lines
183 B
Bash
Executable File
12 lines
183 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#
|
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
#
|
|
# It is automatically copied from https://github.com/pion/.goassets repository.
|
|
#
|
|
|
|
set -e
|
|
|
|
.github/lint-commit-message.sh $1
|