This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-26 11:41:09 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
0cdd22f176
gstreamer
/
ci
/
docker
/
lint
/
prepare.sh
7 lines
56 B
Bash
Raw
Normal View
History
Unescape
Escape
ci: Run the commit lint job as a user Part of #2433 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5938>
2024-01-04 12:35:45 +00:00
#! /bin/bash
ci: Add a job to verify commit messages on MRs This uses [gitlint] and is based on their linting rules with some minor config so it matches our style pretty well. [gitlint]: https://jorisroovers.com/gitlint/#configuration Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3980>
2023-02-16 03:30:15 +00:00
set
-eux
python3 -m pip install gitlint
Reference in a new issue
Copy permalink